JDK-6962584 : instanceKlass.cpp:178 assert(is_loaded()) failed: must be loaded
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2010-06-19
  • Updated: 2011-02-08
  • Resolved: 2011-02-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7Resolved
Related Reports
Duplicate :  
Description
New failure in hotspot-comp nightly.

C1 code appears to be accessing a klass in a bad state.  Could be a dangling oop.

This file is attached:

http://sqeweb.sfbay.sun.com/nfs/results/vm/gtee/JDK7/NIGHTLY/VM/2010-06-17/Comp_Baseline/vm/solaris-i586/client/comp/solaris-i586_client_comp_nsk.logging.testlist/ResultDir/mymhml002//hs_err_pid14883.log

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (/tmp/jprt/P1/B/152651.kvn/source/src/share/vm/oops/instanceKlass.cpp:178), pid=14883, tid=265
#  assert(is_loaded()) failed: must be loaded
#
# JRE version: 7.0-b97
# Java VM: OpenJDK Client VM (19.0-b02-201006161526.kvn.6959430-fastdebug compiled mode, sharing solaris-x86 )
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

---------------  T H R E A D  ---------------

Current thread (0x082af400):  JavaThread "Thread-256" [_thread_in_vm, id=265, stack(0xf5649000,0xf5699000)]

Stack: [0xf5649000,0xf5699000],  sp=0xf5697e70,  free space=13bf5699000k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0x164d623];;  __1cHVMErrorGreport6MpnMoutputStream__v_+0x70b
V  [libjvm.so+0x164e7aa];;  __1cHVMErrorOreport_and_die6M_v_+0x582
V  [libjvm.so+0x7b9ec9];;  __1cPreport_vm_error6Fpkci11_v_+0x5ad
V  [libjvm.so+0x971661];;  __1cNinstanceKlassKlink_class6MpnGThread__v_+0x9d
V  [libjvm.so+0x9724bd];;  __1cNinstanceKlassPinitialize_impl6FnTinstanceKlassHandle_pnGThread__v_+0x49
V  [libjvm.so+0x9714cc];;  __1cNinstanceKlassKinitialize6MpnGThread__v_+0x98
V  [libjvm.so+0x4feb7e];;  __1cIRuntime1Mnew_instance6FpnKJavaThread_pnMklassOopDesc__v_+0x6a6
v  ~RuntimeStub::fast_new_instance_init_check Runtime1 stub
J  java.util.logging.Logger.log(Ljava/util/logging/Level;Ljava/lang/String;)V
V  [libjvm.so+0xa58f7e];;  __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_+0x78a
V  [libjvm.so+0x12939c3];;  __1cCosUos_exception_wrapper6FpFpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v2468_v_+0x17
V  [libjvm.so+0xa56d98];;  __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_+0x3f8
V  [libjvm.so+0xccda05];;  __1cMthread_entry6FpnKJavaThread_pnGThread__v_+0x281
V  [libjvm.so+0x157756a];;  __1cKJavaThreadRthread_main_inner6M_v_+0x1a2
V  [libjvm.so+0x15771b4];;  __1cKJavaThreadDrun6M_v_+0x618
V  [libjvm.so+0x1283a10];;  java_start+0x708
C  [libc.so.1+0xa7045];;  _thr_setup+0x4e
C  [libc.so.1+0xa7330];;  _lwp_start+0x0

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
v  ~RuntimeStub::fast_new_instance_init_check Runtime1 stub
J  java.util.logging.Logger.log(Ljava/util/logging/Level;Ljava/lang/String;)V
J  nsk.logging.stress.threads.mymhml002$MyThread.run()V
v  ~StubRoutines::call_stub

Comments
EVALUATION Crash in the nightly
15-12-2010