-
Bug
-
Resolution: Cannot Reproduce
-
P2
-
None
-
1.2.0
-
sparc
-
solaris_2.6
allan.jacobs@Eng 1997-11-12
The JCK-114a test vm/classfmt/atr/atrcod014/atrcod01404/atrcod01405.html
calls for the rejection of a bad classfile named atrcod01405n. The documentation for the test says that the classfile has the property
"wrong max_locals in non-static method."
The test fails using JavaSoft's 1.2:
algol% setenv CLASSPATH .:/net/mulder.eng/export/mulder3/JCK-114a/classes
algol% /net/jde1/export/jtech20/javavm1.2/build/solaris/bin/java -fullversion
java full version "schwartz:10/06/97-13:20"
algol% /net/jde1/export/jtech20/javavm1.2/build/solaris/bin/java -verify javasoft.sqe.tests.vm.classfmt.atr.atrcod014.atrcod01405
test atrcod01405 failed to reject bad classfile atrcod01405n
algol% echo $status
97
The test fails using exact VM:
algol% /net/jde1/export/jtech17/generational_heap/ws/build/solaris/bin/java -fullversion
java full version "mario:11/11/97-22:15"
algol% /net/jde1/export/jtech17/generational_heap/ws/build/solaris/bin/java -verify javasoft.sqe.tests.vm.classfmt.atr.atrcod014.atrcod01405
test atrcod01405 failed to reject bad classfile atrcod01405n
algol% echo $status
97