JDK-7158553 : Crash looking up exception handler
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 7u4
  • Priority: P3
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: linux
  • CPU: x86
  • Submitted: 2012-04-03
  • Updated: 2016-07-23
  • Resolved: 2012-07-05
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 8
8-poolResolved
Related Reports
Relates :  
Description
Crash when running Java EE6 test.
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (sharedRuntime.cpp:728), pid=7601, tid=139725809596160
#  guarantee(false) failed: missing exception handler
#
# JRE version: 7.0_04-b15
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.0-b16 mixed mode linux-amd64 compressed oops)
# Core dump written. Default location:
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#

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

Current thread (0x00007f148001f800):  JavaThread "[ACTIVE] ExecuteThread: '28' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_in_vm, id=9069, stack(0x00007f14732f3000,0x00007f14733f4000)]

Stack: [0x00007f14732f3000,0x00007f14733f4000],  sp=0x00007f14733f1c80,  free space=1019k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0x89fa7a]  VMError::report_and_die()+0x2ea
V  [libjvm.so+0x408ad2]  report_vm_error(char const*, int, char const*, char const*)+0x62
V  [libjvm.so+0x7cb3b8]  SharedRuntime::compute_compiled_exc_handler(nmethod*, unsigned char*, Handle&, bool, bool)+0x458
V  [libjvm.so+0x7c23eb]  OptoRuntime::handle_exception_C_helper(JavaThread*, nmethod*&)+0x11b
V  [libjvm.so+0x7c274f]  OptoRuntime::handle_exception_C(JavaThread*)+0x2f

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
v  ~ExceptionBlob
J  weblogic.work.ExecuteThread.execute(Ljava/lang/Runnable;)V