Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2038754 | 1.4.0 | Kenneth Russell | P1 | Closed | Fixed | beta |
JCK1.3a (build C23) test vm/constantpool/userDefined/userDefined002/userDefined00205/userDefined00205.html
results in jvm crash. Below is the sample output.
The problem is reproducible on:
* linux jdk 1.3 fcs (both -client -server)
* linux jdk 1.3.1-b08 (both -client -server)
* linux jdk 1.4.0-b40 (both -client -server)
-------------------------- output ------------------------------------
$ java -version
java version "1.3.1beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1beta-b08)
Java HotSpot(TM) Client VM (build 1.3.1beta-b08, mixed mode)
$export JCK_PATH=/net/jtgb4u4c/export/sail16/JCK/jck13afcs/JCK-runtime-13a
$export CLASSPATH=$JCK_PATH/classes:$JCK_PATH/javatest.jar
$export JAVA_HOME=/usr/local/java/jdk1.3.1/linux-i386
$
$JAVA_HOME/bin/java -Xfuture javasoft.sqe.tests.vm.constantpool.userDefined.userDefined00205.userDefined00205
#
# HotSpot Virtual Machine Error, Unexpected Signal 11
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Error ID: 4F533F4C494E55580E43505005BE
#
# Problematic Thread: prio=1 tid=0x804e988 nid=0xf52 runnable
#
Aborted
results in jvm crash. Below is the sample output.
The problem is reproducible on:
* linux jdk 1.3 fcs (both -client -server)
* linux jdk 1.3.1-b08 (both -client -server)
* linux jdk 1.4.0-b40 (both -client -server)
-------------------------- output ------------------------------------
$ java -version
java version "1.3.1beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1beta-b08)
Java HotSpot(TM) Client VM (build 1.3.1beta-b08, mixed mode)
$export JCK_PATH=/net/jtgb4u4c/export/sail16/JCK/jck13afcs/JCK-runtime-13a
$export CLASSPATH=$JCK_PATH/classes:$JCK_PATH/javatest.jar
$export JAVA_HOME=/usr/local/java/jdk1.3.1/linux-i386
$
$JAVA_HOME/bin/java -Xfuture javasoft.sqe.tests.vm.constantpool.userDefined.userDefined00205.userDefined00205
#
# HotSpot Virtual Machine Error, Unexpected Signal 11
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Error ID: 4F533F4C494E55580E43505005BE
#
# Problematic Thread: prio=1 tid=0x804e988 nid=0xf52 runnable
#
Aborted
- backported by
-
JDK-2038754 JCK: jvm crash on JCK1.3a vm test userDefined00205
-
- Closed
-