RAS: Vtest, Vmark hang in hopper_04 c2 run on win2ksp2
JDK version
=============
java version "1.4.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b04)
Java HotSpot(TM) Server VM (build 1.4.1-beta-b04, mixed mode)
Platform
=============
Windows_NT JTG-WIN4 5 00 586
Error message
=============
Both Vtest and Vmark with the following error message
# 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 (1.4.1-beta-b04 mixed mode)
# Error ID: 53484152454432554E54494D450E4350500154
# Problematic Thread: prio=5 tid=0x0B742158 nid=0x1020 runnable
frequency: Vtest 1/12961, Vmark 1/29960
************Coleen's note is also listed below:************
The ErrorID decodes to "sharedRuntime.cpp, 340".
// Exception happened in CodeCache. Must be either:
// 1. Inline-cache check in C2I adapter,
// 2. Inline-cache check in nmethod, or
// 3. Implict null exception in nmethod, or
// 4. Divide-by-zero in nmethod, or
// 5. Stack overflow just about anywhere.
if (!cb->is_nmethod()) {
bool is_stack_overflow = !is_implicit_null;
// (Note: This path would also be taken for divide-by-zero
// exceptions, if they could possibly arise from adapters.
// But they cannot.)
guarantee(is_stack_overflow ||
(cb->is_c2i_adapter() && ((C2IAdapter*)cb)->inlinecache_check_cont
ains(pc)),
"exception happened outside interpreter, nmethods and vtable stubs
(2)");
// There is no handler here, so we will simply unwind.
return NULL;
}
Notes
=============
please check http://jtgb4u4c.eng/bigapps for test results tables
Testing results are backupped in
jtg-win10 that can be accessed by telnet (root/admin as id/passwd)
How to reproduce bug:
telnet to the hosts shown in web for windows test machine with root/admin as id/passwd
goto z:/1.3NTscripts to execute script and d:/tmp to get the running results
for example: (refer the webpage for exact host)
telnet to jtg-winxxx with root/admin as id/passwd
execute sh z:/1.3NTscripts/runxxxxx.ksh stab -server (give the "stab" as 1st para)
cd to d/tmp/runxxx.xxx-server to get the results
###@###.### 2002-03-11
JDK version
=============
java version "1.4.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b04)
Java HotSpot(TM) Server VM (build 1.4.1-beta-b04, mixed mode)
Platform
=============
Windows_NT JTG-WIN4 5 00 586
Error message
=============
Both Vtest and Vmark with the following error message
# 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 (1.4.1-beta-b04 mixed mode)
# Error ID: 53484152454432554E54494D450E4350500154
# Problematic Thread: prio=5 tid=0x0B742158 nid=0x1020 runnable
frequency: Vtest 1/12961, Vmark 1/29960
************Coleen's note is also listed below:************
The ErrorID decodes to "sharedRuntime.cpp, 340".
// Exception happened in CodeCache. Must be either:
// 1. Inline-cache check in C2I adapter,
// 2. Inline-cache check in nmethod, or
// 3. Implict null exception in nmethod, or
// 4. Divide-by-zero in nmethod, or
// 5. Stack overflow just about anywhere.
if (!cb->is_nmethod()) {
bool is_stack_overflow = !is_implicit_null;
// (Note: This path would also be taken for divide-by-zero
// exceptions, if they could possibly arise from adapters.
// But they cannot.)
guarantee(is_stack_overflow ||
(cb->is_c2i_adapter() && ((C2IAdapter*)cb)->inlinecache_check_cont
ains(pc)),
"exception happened outside interpreter, nmethods and vtable stubs
(2)");
// There is no handler here, so we will simply unwind.
return NULL;
}
Notes
=============
please check http://jtgb4u4c.eng/bigapps for test results tables
Testing results are backupped in
jtg-win10 that can be accessed by telnet (root/admin as id/passwd)
How to reproduce bug:
telnet to the hosts shown in web for windows test machine with root/admin as id/passwd
goto z:/1.3NTscripts to execute script and d:/tmp to get the running results
for example: (refer the webpage for exact host)
telnet to jtg-winxxx with root/admin as id/passwd
execute sh z:/1.3NTscripts/runxxxxx.ksh stab -server (give the "stab" as 1st para)
cd to d/tmp/runxxx.xxx-server to get the results
###@###.### 2002-03-11