JDK-2164323 : improper constant folding of subnormal strictfp multiplications and divides
  • Type: Backport
  • Backport of: JDK-6717150
  • Component: hotspot
  • Sub-Component: compiler
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2008-06-25
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
hs13Fixed
Comments
EVALUATION Will fix differently in hs14 than in hs13. Rather than inhibit constant folding, call in runtime function to safely fold offending operations.
25-06-2008