Name: kaR10181 Date: 02/21/2001
****************************************************************************
Failing Test:
=============
vm/concepts/execution/execution077/execution07702/execution07702.html
vm/concepts/execution/execution082/execution08201/execution08201.html
JCK :
=====
JCK1.3a
Test source location:
====================
/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/vm/concepts/execution/execution077/execution07702/execution07702.java
Platforms:
=============
Windows NT 4.0
JDK, switches Info:
===================
-server -Xcomp
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b52)
Java HotSpot(TM) Server VM (build 1.4beta-B52, compiled mode)
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail7/JavaWebServer1.1.3/public_html/QA/merlin/b52/jck13a/win32/winnt4.0_smp_server_comp_linux-21/workDir/vm/concepts/execution/execution077/execution07702/execution07702.jtr
How to reproduce (you may need to change JDK/JCK pathes):
====================
#!/bin/sh
SWITCH="$@"
JAVA_HOME=/usr/local/java/jdk1.4/linux-i386
JCK=/net/jdk/export/disk8/local.java/jck1.3a
CLASSPATH=$JCK/classes:$JCK/javatest.jar
export CLASSPATH
executeClass="javasoft.sqe.tests.vm.concepts.execution.execution077.execution07702.execution07702"
$JAVA_HOME/bin/java -server -Xcomp -Xfuture -Djava.security.policy=${JCK}/lib/jck.policy ${executeClass}
RESULT="$?"
if [ $RESULT = 95 ]; then
echo Test passed
elif [ $RESULT = 97 ]; then
echo Test failed
else
echo Result is $RESULT
fi
Test output:
=============
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Error ID: 53484152454432554E54494D450E43505000F8
#
# Problematic Thread: prio=5 tid=0x007619E0 nid=0xcf initialized
#
Specific Machine Info:
=====================
Hostname: linux-20
=====================================================================
======================================================================