-
Bug
-
Resolution: Duplicate
-
P3
-
hs20
-
generic
-
generic
Test
java/dyn/MethodHandlesTest.java
crashes with
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/tmp/jprt/P1/B/163806.jcoomes/source/src/share/vm/runtime/handles.hpp:133), pid=22906, tid=15
# assert(SharedSkipVerify || is_null() || obj->is_klass()) failed: not a klassOop
tack: [0xfffffd7fe2044000,0xfffffd7fe2144000], sp=0xfffffd7fe21405b0, free space=1009k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x2485615];; void VMError::report(outputStream*)+0x6c5
V [libjvm.so+0x24866bc];; void VMError::report_and_die()+0x4d8
V [libjvm.so+0xde50a7];; void report_vm_error(const char*,int,const char*,const char*)+0x55f
V [libjvm.so+0x1b03cd2];; void LinkResolver::resolve_invoke(CallInfo&,Handle,constantPoolHandle,int,Bytecodes::Code,Thread*)+0xed2
V [libjvm.so+0x12ed57f];; void InterpreterRuntime::resolve_invoke(JavaThread*,Bytecodes::Code)+0x17eb
j org.junit.internal.runners.statements.RunAfters.evaluate()V+86
...
java/dyn/MethodHandlesTest.java
crashes with
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/tmp/jprt/P1/B/163806.jcoomes/source/src/share/vm/runtime/handles.hpp:133), pid=22906, tid=15
# assert(SharedSkipVerify || is_null() || obj->is_klass()) failed: not a klassOop
tack: [0xfffffd7fe2044000,0xfffffd7fe2144000], sp=0xfffffd7fe21405b0, free space=1009k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x2485615];; void VMError::report(outputStream*)+0x6c5
V [libjvm.so+0x24866bc];; void VMError::report_and_die()+0x4d8
V [libjvm.so+0xde50a7];; void report_vm_error(const char*,int,const char*,const char*)+0x55f
V [libjvm.so+0x1b03cd2];; void LinkResolver::resolve_invoke(CallInfo&,Handle,constantPoolHandle,int,Bytecodes::Code,Thread*)+0xed2
V [libjvm.so+0x12ed57f];; void InterpreterRuntime::resolve_invoke(JavaThread*,Bytecodes::Code)+0x17eb
j org.junit.internal.runners.statements.RunAfters.evaluate()V+86
...
- duplicates
-
JDK-7007377 JSR 292 MethodHandlesTest.testCastFailure fails on SPARC with -Xcomp +DeoptimizeALot
- Closed
- relates to
-
JDK-6992035 assert(k->is_klass()) failed: cast to Klass
- Closed