|
Quick Lists
|
|
Bug ID:
|
6750588
|
|
Votes
|
0
|
|
Synopsis
|
assert(lrg._area >= 0,"negative spill area") running NSK stmp0101 test
|
|
Category
|
hotspot:compiler2
|
|
Reported Against
|
|
|
Release Fixed
|
hs14(b06)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
6384206
|
|
Submit Date
|
19-SEP-2008
|
|
Description
|
NSK test fails with assert on all platforms running -Xcomp.
Posted Date : 2008-09-19 21:01:34.0
|
|
Work Around
|
N/A
|
|
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.
Posted Date : 2008-09-22 17:04:44.0
http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/5f85534046c2
Posted Date : 2008-09-25 15:36:53.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |