-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
beta3
-
x86, sparc
-
generic, linux, windows_98
-
Verified
Name: iaR10016 Date: 07/02/2001
JDK : JDK1.4.0 beta-b70
JCK : JCK1.4 b06
Platform[s] : RedHat Linux 6.2, Windows 98, Windows 2000
switch/Mode : -client -Xmixed
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Failing Test : vm/classfmt/vrf/ostack003/ostack00317m1/ostack00317m1.html
Test source location:
=====================
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/vm/classfmt/vrf/ostack003/ostack00317m1/ostack00317m10p.jasm
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/vm/classfmt/vrf/ostack003/ostack00317m1/ostack00317m11n.jasm
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/vm/classfmt/vrf/ostack003/ostack00317m1/ostack00317m1.java
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail16/results/merlin/b70/jck14/linux/redhat6.2_single_gnome_client_linux-14/workDir/vm/classfmt/vrf/ostack003/ostack00317m1/ostack00317m1.jtr
How to reproduce:
====================
Run the following script under RedHat Linux 6.2
(probably, you need to change JCK and JAVA_HOME paths):
--------Script START---------------------
#!/bin/sh
JAVA_HOME=/net/jdk/export/disk8/local.java/jdk1.4/linux-i386
JCK=/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14
export CLASSPATH="$JCK/classes:$JCK/javatest.jar"
executeClass="javasoft.sqe.tests.vm.classfmt.vrf.ostack003.ostack00317m1.ostack00317m1"
$JAVA_HOME/bin/java -Xfuture ${executeClass}
RESULT="$?"
if [ $RESULT = 95 ]; then
echo Test passed
else
echo Test failed
fi
---------Script END----------------------
Test output:
=============
Failed to reject invalid class ostack00317m11n
Test failed
Specific Machine Info:
=====================
Hostname: linux-14
OS: RedHat Linux 6.2
Hostname: Linux-16
OS: Windows 98
======================================================================