Fix nan-related error in constant folding logic that was failing on some JVMs

This commit is contained in:
James Roseborough
2010-11-19 19:46:34 +00:00
parent f9b3180ede
commit e267ffa5a7
2 changed files with 5 additions and 1 deletions

View File

@@ -704,6 +704,10 @@ and LuaForge:
<tr valign="top"><td>&nbsp;&nbsp;<b>2.0</b></td><td><ul>
<li>Initial release of 2.0 version
</ul></td></tr>
<tr valign="top"><td>&nbsp;&nbsp;<b>2.0.1</b></td><td><ul>
<li>Improve correctness of singleton construction related to static initialization
<li>Fix nan-related error in constant folding logic that was failing on some JVMs
</ul></td></tr>
</table>
<h2>Known Issues</h2>