allan.jacobs@Eng 1998-10-05
VM test
vm/constantpool/userDefined/userDefined002/userDefined00201/userDefined00201.html
fails on an x86/Solaris 2.6/JDK-1.2-fcs-L system.
#!/bin/ksh
JDK=/net/mulder.eng/export/mulder3/jdk12x/sparc/jdk1.2FCS_L
JCK=/net/jde1.eng/export/jtech23/JCK-12a
PATH=${JDK}/bin:/usr/dt/bin:/usr/bin:/bin:/usr/openwin/bin
LD_LIBRARY_PATH=/usr/dt/lib:/usr/openwin/lib
CLASSPATH=${JCK}/classes:${JCK}/javatest.jar
export PATH
export LD_LIBRARY_PATH
export CLASSPATH
java -verify javasoft.sqe.tests.vm.constantpool.userDefined.userDefined00201.userDefined00201
echo $?
The error message from the test is
loadClass("javasoft.sqe.tests.vm.constantpool.userDefined.userDefined00201.userDefined00201b") was not called
The status code from the test is 97.
So far, I've been unable to get this test to fail with the JIT disabled.
- duplicates
-
JDK-4178852 Exceptions+JIT combination causes VM test failures on x86/Solaris systems.
- Closed