|
Quick Lists
|
|
Bug ID:
|
6820510
|
|
Votes
|
0
|
|
Synopsis
|
assertion failure with unloaded class in subnode.cpp
|
|
Category
|
hotspot:compiler2
|
|
Reported Against
|
|
|
Release Fixed
|
hs15(b05),
7(b54) (Bug ID:2175666)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
6624474
,
4965979
|
|
Submit Date
|
21-MAR-2009
|
|
Description
|
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
Posted Date : 2009-03-21 03:17:53.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
There are some is_interface calls that are missing checks for is_loaded().
Posted Date : 2009-03-21 03:17:53.0
http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/90a66aa50514
Posted Date : 2009-03-25 00:48:13.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |