allan.jacobs@Eng 1998-10-05
The JCK test
vm/concepts/exceptions/exceptions031/exceptions03101/exceptions03101.html
is failing on intel Solaris.
x86-sirius% cat X.ksh
#!/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.concepts.exceptions031.exceptions03101.exceptions03101
echo $?
x86-sirius% X.ksh
Exception in thread "main" java.lang.NullPointerException
at javasoft.sqe.tests.vm.concepts.exceptions031.exceptions03101.exceptions03101.Runner(Compiled Code)
at javasoft.sqe.tests.vm.concepts.exceptions031.exceptions03101.exceptions03101.Runner(Compiled Code)
at javasoft.sqe.tests.vm.concepts.exceptions031.exceptions03101.exceptions03101.Runner(Compiled Code)
....
at javasoft.sqe.tests.vm.concepts.exceptions031.exceptions03101.exceptions03101.Runner(Compiled Code)
at javasoft.sqe.tests.vm.concepts.exceptions031.exceptions03101.exceptions03101.run(Compiled Code)
at javasoft.sqe.tests.vm.concepts.exceptions031.exceptions03101.exceptions03101.main(Compiled Code)
1
The -Xss<size> and -Xoss<size> options seem to have disappeared, so there is no way to get this
test to pass on intel.
- duplicates
-
JDK-4177154 VM trows NullPointerException instead StackOverflowError
- Closed
-
JDK-4181952 VM trows NullPointerException instead of StackOverflowError
- Closed