JDK-4890710 : 'java -server -Xdebug' fails a guarantee at interpreter.cpp line 316
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 5.0
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2003-07-15
  • Updated: 2003-08-19
  • Resolved: 2003-08-19
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.
Other
5.0 tigerFixed
Related Reports
Relates :  
Description

Name: tb29552			Date: 07/15/2003


On win32, running:

% ./java -server -Xdebug
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Server VM (20030528192806.sgoldman.tiger-stack mixed
mode)
#
# Error ID: 494E5445525052455445520E435050013C
#
# Problematic Thread: prio=5 tid=0x00234c90 nid=0x4a8 runnable
#

Heap at VM Abort:
Heap
 def new generation   total 576K, used 0K [0x10010000, 0x100b0000, 0x10720000)
  eden space 512K,   0% used [0x10010000, 0x10010000, 0x10090000)
  from space 64K,   0% used [0x10090000, 0x10090000, 0x100a0000)
  to   space 64K,   0% used [0x100a0000, 0x100a0000, 0x100b0000)
 tenured generation   total 1408K, used 0K [0x10720000, 0x10880000, 0x14010000)
   the space 1408K,   0% used [0x10720000, 0x10720000, 0x10720200, 0x10880000)
 compacting perm gen  total 16384K, used 0K [0x14010000, 0x15010000, 0x18010000)

   the space 16384K,   0% used [0x14010000, 0x14010000, 0x14010200, 0x15010000)

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

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b15 tiger-b16
14-06-2004

EVALUATION Hi Steve, please evaluate to identify if this is a problem with the changes in 20030528192806.sgoldman.tiger-stack, or a pre-existing problem. -----
11-06-2004

WORK AROUND Name: tb29552 Date: 07/15/2003 Use java_g instead, or run C1 instead of C2. ======================================================================
11-06-2004

PUBLIC COMMENTS Name: tb29552 Date: 07/15/2003 . ======================================================================
10-06-2004