Elliott Hughes | 4c6aad2 | 2013-04-01 15:47:17 -0700 | [diff] [blame] | 1 | Tests whether constant conversions of double values to long values are |
2 | properly handled by the VM. For example, x86 systems using the x87 stack | ||||
3 | should not overflow under constant conversions. | ||||
4 | |||||
Serguei Katkov | e90501d | 2014-03-12 15:56:54 +0700 | [diff] [blame] | 5 | The second test checks the Load hoisting optimization for float pointing conversion. |