JDK-4988459 : [1.3.1_08] JVM Crash in SharedRuntime::compute_exception_return_address
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 1.3.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_7
  • CPU: sparc
  • Submitted: 2004-02-04
  • Updated: 2009-06-25
  • Resolved: 2004-03-25
Related Reports
Duplicate :  
Relates :  
Description

Name: dk106046			Date: 02/04/2004

java version "1.3.1_08" 
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_08-b03)
Java HotSpot(TM) Client VM (build 1.3.1_08-b03, mixed mode)          

Has also been tested on 1.3.1_11

The customer is running with the server JVM, and it has fallen over 8 times in three weeks and produced a core file. It appears to be aborting in SharedRuntime::compute_exception_return_address. This is with the production build (i.e. no assertions) and so it looks likely that it is failing one of the three 'guarantee' conditions in that method.

#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Fatal: null exception in compiled code
#
# Error ID: /hotspot/builds/131_08//src/share/vm/runtime/sharedRuntime.cpp, 379 [ Patched ]
#
# Problematic Thread: prio=5 tid=0x12a4260 nid=0xe9f runnable 
#
Dumping core....

Please see attached core file, gdbtrace.out and hotspot.log contained in the .tar file. These files contain additional debug information from 131_11.

Contact Dave Korbel to obtain the attachments.

======================================================================

Comments
EVALUATION After applying fixes for 4770828 and 4959717 customer is no longer able to reproduce this problem. ###@###.### 2004-03-25
25-03-2004