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
5 The second test checks the Load hoisting optimization for float pointing conversion.