-
Bug
-
Resolution: Fixed
-
P3
-
hs17
-
b11
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2190655 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b87 |
JDK-2197966 | 6u23 | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
JDK-2199914 | 6u22m | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
JDK-2193607 | 6u21p | Tom Rodriguez | P3 | Resolved | Fixed | b03 |
JDK-2189813 | 6u21 | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
JDK-2190656 | hs18 | Tom Rodriguez | P3 | Closed | Fixed | b01 |
While testing G1 I'm hitting the following assert:
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/node.hpp:721
==============================================================================
Unexpected Error
------------------------------------------------------------------------------
Internal Error at node.hpp:721, pid=12290, tid=29
Error: assert(is_Loop(),"invalid node class")
Do you want to debug the problem?
To debug, run 'dbx - 12290'; then switch to thread 29
Enter 'yes' to launch dbx automatically (PATH must include dbx)
Otherwise, press RETURN to abort...
==============================================================================
I can reproduce it with a sparcv9 / solaris / 64-bit / fastdebug / server build running the dacapo eclipse. Here's the command line:
java -XX:+UseG1GC -XX:+UnlockDiagnosticVMOptions -XX:+VerifyBeforeGC -XX:+VerifyDuringGC -XX:+VerifyAfterGC -d64 -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -XX:+ShowMessageBoxOnError -jar dacapo-2006-10.jar -s default eclipse
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/node.hpp:721
==============================================================================
Unexpected Error
------------------------------------------------------------------------------
Internal Error at node.hpp:721, pid=12290, tid=29
Error: assert(is_Loop(),"invalid node class")
Do you want to debug the problem?
To debug, run 'dbx - 12290'; then switch to thread 29
Enter 'yes' to launch dbx automatically (PATH must include dbx)
Otherwise, press RETURN to abort...
==============================================================================
I can reproduce it with a sparcv9 / solaris / 64-bit / fastdebug / server build running the dacapo eclipse. Here's the command line:
java -XX:+UseG1GC -XX:+UnlockDiagnosticVMOptions -XX:+VerifyBeforeGC -XX:+VerifyDuringGC -XX:+VerifyAfterGC -d64 -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -XX:+ShowMessageBoxOnError -jar dacapo-2006-10.jar -s default eclipse
- backported by
-
JDK-2189813 assert(is_Loop(),"invalid node class")
- Resolved
-
JDK-2193607 assert(is_Loop(),"invalid node class")
- Resolved
-
JDK-2197966 assert(is_Loop(),"invalid node class")
- Resolved
-
JDK-2199914 assert(is_Loop(),"invalid node class")
- Resolved
-
JDK-2190655 assert(is_Loop(),"invalid node class")
- Closed
-
JDK-2190656 assert(is_Loop(),"invalid node class")
- Closed
(1 backported by)