Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177000 | 7 | Erik Trimble | P3 | Closed | Fixed | b17 |
JDK-2172463 | 6u10 | Abhijit Saha | P3 | Resolved | Fixed | b09 |
Assertion fires on many CTW runs, during a compile of <clinit>.
For example, try:
java -server -Xss4m -verify -XX:-ShowMessageBoxOnError -XX:+CompileTheWorld -XX:CompileTheWorldStartAt=1 -XX:+PrintCompilation -Xbootclasspath/p:/net/vmsqe.sfbay/export/backup/testbase/CompileTheWorld/jarfiles/Clock.jar
For example, try:
java -server -Xss4m -verify -XX:-ShowMessageBoxOnError -XX:+CompileTheWorld -XX:CompileTheWorldStartAt=1 -XX:+PrintCompilation -Xbootclasspath/p:/net/vmsqe.sfbay/export/backup/testbase/CompileTheWorld/jarfiles/Clock.jar
- backported by
-
JDK-2172463 assert(!o->is_null_object(),"null object not yet handled here.") on CTW runs
-
- Resolved
-
-
JDK-2177000 assert(!o->is_null_object(),"null object not yet handled here.") on CTW runs
-
- Closed
-
- relates to
-
JDK-6480694 Add G1 support in C2
-
- Closed
-