Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4988459
Votes 0
Synopsis [1.3.1_08] JVM Crash in SharedRuntime::compute_exception_return_address
Category hotspot:compiler2
Reported Against 1.3.1
Release Fixed
State 11-Closed, duplicate of 4959717, bug
Priority: 4-Low
Related Bugs 4770828 , 4959717
Submit Date 04-FEB-2004
Description



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.

======================================================================
Work Around
N/A
Evaluation
After applying fixes for 4770828 and  4959717 customer is no longer able to reproduce this problem.

  xxxxx@xxxxx   2004-03-25
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang