JDK-8081480 : Internal Error (sharedRuntime.cpp:814)
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 7u75
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux_suse_sles_11
  • CPU: x86_64
  • Submitted: 2015-05-29
  • Updated: 2015-05-29
  • Resolved: 2015-05-29
Related Reports
Duplicate :  
Description
FULL PRODUCT VERSION :


A DESCRIPTION OF THE PROBLEM :
jvm crash

THE PROBLEM WAS REPRODUCIBLE WITH -Xint FLAG: No

THE PROBLEM WAS REPRODUCIBLE WITH -server FLAG: No

ERROR MESSAGES/STACK TRACES THAT OCCUR :
#  Internal Error (sharedRuntime.cpp:814), pid=15798, tid=140736992274176
#  guarantee(cb->is_adapter_blob() || cb->is_method_handles_adapter_blob()) failed: exception happened outside interpreter, nmethods and vtable stubs (1)
#
# JRE version: Java(TM) SE Runtime Environment (7.0_75-b13) (build 1.7.0_75-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.75-b04 mixed mode linux-amd64 compressed oops)
# Core dump written. Default location: /opt/oss/server/core or core.15798

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

Current thread (0x0000000000c23000):  JavaThread "pool-2-thread-1" [_thread_in_Java, id=7338, stack(0x00007fffe25e6000,0x00007fffe26e7000)]

Stack: [0x00007fffe25e6000,0x00007fffe26e7000],  sp=0x00007fffe26e45d0,  free space=1017k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0x9a18da]  VMError::report_and_die()+0x2ea
V  [libjvm.so+0x497612]  report_vm_error(char const*, int, char const*, char const*)+0x62
V  [libjvm.so+0x8b2f23]  SharedRuntime::continuation_for_implicit_exception(JavaThread*, unsigned char*, SharedRuntime::ImplicitExceptionKind)+0x323
V  [libjvm.so+0x824e66]  JVM_handle_linux_signal+0x446

=>0x0000000000c23000 JavaThread "pool-2-thread-1" [_thread_in_Java, id=7338, stack(0x00007fffe25e6000,0x00007fffe26e7000)]

Heap
 PSYoungGen      total 70144K, used 64291K [0x00000000f5500000, 0x00000000fea00000, 0x0000000100000000)
  eden space 67584K, 91% used [0x00000000f5500000,0x00000000f9148fa0,0x00000000f9700000)
  from space 2560K, 100% used [0x00000000f9700000,0x00000000f9980000,0x00000000f9980000)
  to   space 8704K, 0% used [0x00000000fe180000,0x00000000fe180000,0x00000000fea00000)
 ParOldGen       total 44032K, used 14442K [0x00000000e0000000, 0x00000000e2b00000, 0x00000000f5500000)
  object space 44032K, 32% used [0x00000000e0000000,0x00000000e0e1a838,0x00000000e2b00000)
 PSPermGen       total 28672K, used 28492K [0x00000000dc000000, 0x00000000ddc00000, 0x00000000e0000000)
  object space 28672K, 99% used [0x00000000dc000000,0x00000000ddbd30d0,0x00000000ddc00000)

Memory: 4k page, physical 49429236k(1757880k free), swap 16777212k(15451184k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (24.75-b04) for linux-amd64 JRE (1.7.0_75-b13), built on Dec 18 2014 16:45:18 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)

REPRODUCIBILITY :
This bug can be reproduced rarely.


Comments
Closing/Duplicate as it is a duplicate of JDK-8007019.
29-05-2015