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.
robertg@east 2001-03-13
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.
robertg@east 2001-03-13
- duplicates
-
JDK-4298656 stack yellow zone not re-enabled after a StackOverflowError
-
- Closed
-