-
Bug
-
Resolution: Fixed
-
P3
-
6u10
-
b01
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177086 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b27 |
JDK-2174895 | 6u14 | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
The following assertion is observed at least on linux-i586/amd64 with both JDK 6u10 (1.6.0_10-ea-b10) and JDK 7 (1.7.0-ea-b24):
# src/share/vm/opto/block.hpp:60)
# assert(i < Max(),"oob")
It occurs only in -Xcomp mode. Only C2 is affected.
Product build crashes during execution.
Testcase and hs_err file are attached.
# src/share/vm/opto/block.hpp:60)
# assert(i < Max(),"oob")
It occurs only in -Xcomp mode. Only C2 is affected.
Product build crashes during execution.
Testcase and hs_err file are attached.
- backported by
-
JDK-2174895 assert(i < Max(),"oob") in C2 with -Xcomp
-
- Resolved
-
-
JDK-2177086 assert(i < Max(),"oob") in C2 with -Xcomp
-
- Closed
-