blob: eb3d6c43ae18bdecec013aaeb93a2eb3b8ee959b [file] [log] [blame]
Elliott Hughes4c6aad22013-04-01 15:47:17 -07001Tests whether constant conversions of double values to long values are
2properly handled by the VM. For example, x86 systems using the x87 stack
3 should not overflow under constant conversions.
4
Serguei Katkove90501d2014-03-12 15:56:54 +07005The second test checks the Load hoisting optimization for float pointing conversion.