JDK-4322419 : [sparc/win32/c2] Compiler2 fails astore_w00401 test.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 1.3.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_7
  • CPU: generic
  • Submitted: 2000-03-16
  • Updated: 2000-03-21
  • Resolved: 2000-03-21
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
1.3.0 solarisFixed
Related Reports
Relates :  
Description
See bug 4294942.  The astore_w00401 in that bug report fails on C2 with 
the following error (from SAIL build 06 VM).

arches% java -server -version
java version "1.3"
Java(TM) 2 Runtime Environment, Standard Edition (build Solaris_JDK_1.3-b06)
Java HotSpot(TM) Server VM (build 2.0, mixed mode)

arches% java -server -Xcomp astore_w00401
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Error ID: 4E4F44450E43505000AF 01
#
# Problematic Thread: prio=5 tid=0xdc718 nid=0xb runnable 
#

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: generic FIXED IN: kestrel-solaris INTEGRATED IN: kestrel-solaris
14-06-2004

EVALUATION michael.paleczny@eng 2000-03-16 Created bug directory, reproduced problem using java_g with current build. ====================== Bailout code for too many locals only checked the top level, not inlined methods. Moved the check from Compile to Parse. cliff.click@eng 2000-03-20
20-03-2000