|
Quick Lists
|
|
Bug ID:
|
4424017
|
|
Votes
|
0
|
|
Synopsis
|
HotSpot Virtual Machine Error : 11 with os.cpp file in Int mode
|
|
Category
|
hotspot:runtime_system
|
|
Reported Against
|
ladybird-rc1
|
|
Release Fixed
|
|
|
State
|
11-Closed, duplicate of 4298656,
bug
|
|
Priority:
|
1-Very High
|
|
Related Bugs
|
4298656
|
|
Submit Date
|
09-MAR-2001
|
|
Description
|
Tests : JITSuite.overflow, JITSuite.exceptiontest, jit_tests/t099
TestBase : /net/sqesvr.eng/export/vsn/VM/testbase/testbase_ss
mode : -Xint
Platform : Solaris sparc
This test passes in other platforms solx86 and Linux in INT mode, but this test fails in comp mode in C1 with sparc.
Steps to reproduce
1) cd /net/sqesvr/export/vsn/GammaBase/Bugs/{Bugid}
2) ksh doit
The assertion is :
0xfe7b0000 /net/sqesvr/export/vsn/VM/ladybird/weekly/jdk1.3.1/b18/solsparc/jre/lib/sparc/libjava_g.so
0xff020000 /net/sqesvr/export/vsn/VM/ladybird/weekly/jdk1.3.1/b18/solsparc/jre/lib/sparc/libzip_g.so
Local Time = Fri Mar 9 13:37:34 2001
Elapsed Time = 10
#
# HotSpot Virtual Machine Error : 11
# Error ID : /usr/re/hotspot/hotspot1.3.1/ws/solsparc/hotspot1.3.1rc1/src/share/v
m/runtime/os.cpp, 716 [ Patched ]
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Server VM (1.3.1rc1-b18-debug interpreted mode)
#
# An error report file has been saved as hs_err_pid690.log.
# Please refer to the file for further information.
#
Dumping core....
The error log file shows as follows :
Local Time = Fri Mar 9 13:37:34 2001
Elapsed Time = 10
#
# HotSpot Virtual Machine Error : 11
# Error ID : /usr/re/hotspot/hotspot1.3.1/ws/solsparc/hotspot1.3.1rc1/src/share/v
m/runtime/os.cpp, 716 [ Patched ]
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Server VM (1.3.1rc1-b18-debug interpreted mode)
#
NOTE : This error occurs only when we run all the three tests together, cannot reproduce when we execute the tests one by one.
The problem appears to occur whenever the java stack overflows twice.
So, the problem is that the yellow zone is not reset after the exception
handling.
xxxxx@xxxxx 2001-03-13
|
|
Work Around
|
N/A
|
|
Evaluation
|
This may be 2 separate bugs, 1 in runtime and 1 in C2 for ladybird
Ladybird,
java version "1.3.1-rc1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-rc1-b18)
Java HotSpot(TM) Client VM (build 1.3.1rc1-b18, mixed mode)
C1 java_g -Xint Fails
C1 java_g -Xcomp Passes
C1 java_g -Xcomp -Xbatch Passes
C2 java_g -Xint Fails
C2 java_g -Xcomp Fails
C2 java_g -Xcomp -Xbatch Passes
Merlin,
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b54)
Java HotSpot(TM) Client VM (build 1.4beta-B54, mixed mode)
C1 java_g -Xint Passes
C1 java_g -Xcomp Passes
C1 java_g -Xcomp -Xbatch Passes
C2 java_g -Xint Passes
C2 java_g -Xcomp Fails
C2 java_g -Xcomp -Xbatch Fails
xxxxx@xxxxx 2001-03-12
The problem appears to occur whenever the java stack overflows twice.
So, the problem is that the yellow zone is not reset after the exception
handling.
xxxxx@xxxxx 2001-03-13
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |