• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Tests 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
5The second test checks the Load hoisting optimization for float pointing conversion.