JDK-6750588 : assert(lrg._area >= 0,"negative spill area") running NSK stmp0101 test
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs14
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-09-19
  • 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.
JDK 6 JDK 7 Other
6u14Fixed 7Fixed hs14Fixed
Related Reports
Relates :  
Description
NSK test fails with assert on all platforms running -Xcomp.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/5f85534046c2
25-09-2008

EVALUATION Test case has loop nest 128 levels deep. With new RPO parsing, the internal representation accurately represents the loop nest. Block frequency calculations go to infinity for some of the inner loops because of the limitations of the float representation. Calculations in ifg_physical go to NaN and INF because of the high frequencies, which aren't accounted for in the asserts.
22-09-2008