Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2175666 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b54 |
JDK-2187550 | 6-pool | Kevin Walls | P4 | Closed | Not an Issue | |
JDK-2180562 | 6u18 | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
While running CTW against some new jars I hit a new assertion with missing checks for unloaded classes.
## To suppress the following error report, specify this argument
## after -XX: or in .hotspotrc: SuppressErrorAt=/ciInstanceKlass.hpp:112
##
## A fatal error has been detected by the Java Runtime Environment:
##
## Internal Error (/BUILD_AREA/jdk7/hotspot/src/share/vm/ci/ciInstanceKlass.hpp:112), pid=11281, tid=10
## Error: assert(is_loaded(),"must be loaded")
##
## JRE version: 7.0-b50
## Java VM: Java HotSpot(TM) Server VM (15.0-b02-fastdebug mixed mode solaris-sparc )
## An error report file with more information is saved as:
## /tmp/multictw.sparc/run_ctw_b/workdir/hs_err_pid11281.log
##
## If you would like to submit a bug report, please visit:
## http:java.sun.com/webapps/bugreport/crash.jsp
These are the jars that failed and they will soon be part of our internal collection of testing jar files.
castor-1.0.5.jar
cxf-2.0.1-incubator.jar
hibernate3.jar
jaxb-xjc-2.0.5.jar
jaxb-xjc-2.0.jar
jaxb-xjc.jar
org-netbeans-core-output2.jar
org-netbeans-core-windows.jar
org.eclipse.compare_3.3.0.I20070606.jar
org.eclipse.emf.ecore.xmi_2.3.0.v200706262000.jar
org.eclipse.jdt.ui_3.3.0.v20070607-0010.jar
org.eclipse.jface.text_3.3.0.v20070606-0010.jar
org.eclipse.team.core_3.3.0.I20070607.jar
org.eclipse.wst.common.emf_1.1.103.v200706071630.jar
org.eclipse.wst.common.project.facet.ui_1.2.0.v200706071742.jar
## To suppress the following error report, specify this argument
## after -XX: or in .hotspotrc: SuppressErrorAt=/ciInstanceKlass.hpp:112
##
## A fatal error has been detected by the Java Runtime Environment:
##
## Internal Error (/BUILD_AREA/jdk7/hotspot/src/share/vm/ci/ciInstanceKlass.hpp:112), pid=11281, tid=10
## Error: assert(is_loaded(),"must be loaded")
##
## JRE version: 7.0-b50
## Java VM: Java HotSpot(TM) Server VM (15.0-b02-fastdebug mixed mode solaris-sparc )
## An error report file with more information is saved as:
## /tmp/multictw.sparc/run_ctw_b/workdir/hs_err_pid11281.log
##
## If you would like to submit a bug report, please visit:
## http:java.sun.com/webapps/bugreport/crash.jsp
These are the jars that failed and they will soon be part of our internal collection of testing jar files.
castor-1.0.5.jar
cxf-2.0.1-incubator.jar
hibernate3.jar
jaxb-xjc-2.0.5.jar
jaxb-xjc-2.0.jar
jaxb-xjc.jar
org-netbeans-core-output2.jar
org-netbeans-core-windows.jar
org.eclipse.compare_3.3.0.I20070606.jar
org.eclipse.emf.ecore.xmi_2.3.0.v200706262000.jar
org.eclipse.jdt.ui_3.3.0.v20070607-0010.jar
org.eclipse.jface.text_3.3.0.v20070606-0010.jar
org.eclipse.team.core_3.3.0.I20070607.jar
org.eclipse.wst.common.emf_1.1.103.v200706071630.jar
org.eclipse.wst.common.project.facet.ui_1.2.0.v200706071742.jar
- backported by
-
JDK-2180562 assertion failure with unloaded class in subnode.cpp
-
- Resolved
-
-
JDK-2175666 assertion failure with unloaded class in subnode.cpp
-
- Closed
-
-
JDK-2187550 assertion failure with unloaded class in subnode.cpp
-
- Closed
-
- relates to
-
JDK-4965979 CTW assertion at ciInstanceKlass.hpp, 107
-
- Resolved
-
-
JDK-6624474 Server compiler generates unexpected LinkageError
-
- Resolved
-