Name: ipR10067 Date: 08/14/2002
JDK 1.4.1 Java machine returns unexpected exit code 128
when running JCK-1.4a new tests
vm/instr/iload_w/iload_w003/iload_w00310m1/iload_w00310m1.html
vm/instr/lload_w/lload_w003/lload_w00310m1/lload_w00310m1.html
vm/instr/lstore_w/lstore_w005/lstore_w00510m1/lstore_w00510m1.html
lang/CLSS/clss015/clss01507m1/clss01507m1.html
lang/CLSS/clss212/clss21201m1/clss21201m1.html
under Windows NT/XP.
Also tests
vm/instr/istore_w/istore_w005/istore_w00510m1/istore_w00510m1.html
vm/instr/ret_w/ret_w002/ret_w00210m1/ret_w00210m1.html
failed with runtime java.lang.StackOverflowError.
The VM options -Xss, -Xmx and -Xms with various values
don't change the result.
To reproduce this bug run repro.bat file
--------------------------- repro.bat ------------------------------------
set JAVA=G:\java\re\jdk\1.4.1\promoted\rc\b18\binaries\windows-i586\bin\java.exe
set CLASSPATH=G:\java\re\jck\1.4a\nightly\binaries\latest\JCK-runtime-14a\classes
%JAVA% -Xfuture -version
%JAVA% -Xfuture javasoft.sqe.tests.vm.instr.iload_w.iload_w003.iload_w00310m1.iload_w00310m1
echo %errorlevel%
%JAVA% -Xfuture javasoft.sqe.tests.vm.instr.istore_w.istore_w005.istore_w00510m1.istore_w00510m1
echo %errorlevel%
-------------------------- log ------------------------------------------
java version "1.4.1-rc"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-rc-b18)
Java HotSpot(TM) Client VM (build 1.4.1-rc-b18, mixed mode)
128
Failed with runtime exception: java.lang.StackOverflowError
97
--------------------------------------------------
The hardware configurations used are dual-processor Pentium II 350MHz, 512Mb (Win NT)
and Pentium 4, 2GHz, 512Mb (Win XP).
The same result is observed for JDK1.4.0 and 1.4.2.
======================================================================