JDK-4791697 : nsk/stress/jck12a/jck12a003 fail on WinXP
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 1.4.2
  • Priority: P3
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: generic
  • CPU: x86
  • Submitted: 2002-12-10
  • Updated: 2003-05-23
  • Resolved: 2002-12-16
Related Reports
Relates :  
Description
-----------------------------------------------
Test:	nsk/stress/jck12a/jck12a003
JDK: 	Mantis b09
VM:	Server
Mode:	comp
OS:	WinXP
-----------------------------------------------
This test case PASSED on Solaris Sparc

**************************
Test Output:
**************************
#!C:/mks/mksnt/sh.exe

PATH="Y:/weekly/mantis/JDK/latest/win/bin\;Y:/weekly/mantis/DTWS/suites/NSK_FULLLOOK/testbase/src/nsk/share/lib/wintel;"
TEST_ARGS=-timeout=30
SystemRoot=C:/WINDOWS
RAS_OPTIONS=
SHELL=C:/mks/mksnt/sh.exe
WINDIR=C:/WINDOWS
CLASSPATH="Y:/weekly/mantis/DTWS/exec1/NSK_FULLLOOK-WEEKLY-VM-ServerVM-comp-WIN-en-2002-12-05-12-29-32-0109/work/Javasoft.WinXP.x86/jck12a003;Y:/weekly/mantis/DTWS/suites/NSK_FULLLOOK/testbase/src/nsk/stress/share/classes;Y:/weekly/mantis/DTWS/suites/NSK_FULLLOOK/testbase/JCKS//JCK-runtime-lang-12a/classes;Y:/weekly/mantis/DTWS/suites/NSK_FULLLOOK/testbase/JCKS//JCK-runtime-lang-12a/javatest.jar"

while [ $# -gt 0 ];
do
  if [ $1 = "-jdk" ]; then
        shift 1
        PATH=${1}/bin;${PATH}
        shift 1
  fi
done

export PATH
export TEST_ARGS
export SystemRoot
export RAS_OPTIONS
export SHELL
export WINDIR
export CLASSPATH

Y:/weekly/mantis/JDK/latest/win/bin/javac -d Y:/weekly/mantis/DTWS/exec1/NSK_FULLLOOK-WEEKLY-VM-ServerVM-comp-WIN-en-2002-12-05-12-29-32-0109/work/Javasoft.WinXP.x86/jck12a003/ Y:/weekly/mantis/DTWS/exec1/NSK_FULLLOOK-WEEKLY-VM-ServerVM-comp-WIN-en-2002-12-05-12-29-32-0109/work/Javasoft.WinXP.x86/jck12a003/*.java
##Exit status of Java compilation=0



PATH="Y:/weekly/mantis/JDK/latest/win/bin\;Y:/weekly/mantis/DTWS/suites/NSK_FULLLOOK/testbase/src/nsk/share/lib/wintel;"
TEST_ARGS=-timeout=30
SystemRoot=C:/WINDOWS
RAS_OPTIONS=
SHELL=C:/mks/mksnt/sh.exe
WINDIR=C:/WINDOWS
CLASSPATH="Y:/weekly/mantis/DTWS/exec1/NSK_FULLLOOK-WEEKLY-VM-ServerVM-comp-WIN-en-2002-12-05-12-29-32-0109/work/Javasoft.WinXP.x86/jck12a003;Y:/weekly/mantis/DTWS/suites/NSK_FULLLOOK/testbase/src/nsk/stress/share/classes;Y:/weekly/mantis/DTWS/suites/NSK_FULLLOOK/testbase/JCKS//JCK-runtime-lang-12a/classes;Y:/weekly/mantis/DTWS/suites/NSK_FULLLOOK/testbase/JCKS//JCK-runtime-lang-12a/javatest.jar"

while [ $# -gt 0 ];
do
  if [ $1 = "-jdk" ]; then
        shift 1
        PATH=${1}/bin;${PATH}
        shift 1
  fi
done

export PATH
export TEST_ARGS
export SystemRoot
export RAS_OPTIONS
export SHELL
export WINDIR
export CLASSPATH

#annotate TEST javaopt=-server -server -Xcomp -XX:-ShowMessageBoxOnError
Y:/weekly/mantis/JDK/latest/win/bin/java -server -DHANGINGJAVA984 -server -Xcomp -XX:-ShowMessageBoxOnError jck12a003 -timeout=30
##Exit status of execution step=-1073741571
##!checkExitCode

**************************
TO REPRODUCE THIS BUG:
**************************
1. cd /net/jano.sfbay/export/disk20/GammaBase/Bugs/[bug ID]/
2. run rerun.sh

Comments
PUBLIC COMMENTS The testcase runs fine with mantis b10 on WindowXP. The bug is closed. ###@###.### 2002-12-16
16-12-2002

EVALUATION This may be a duplicate of 4784536,, mention in that bug report this is not an issue or should be excluded. Could you re-test with build 1.4.2-b10 or greater. Thanks ###@###.### 2002-12-16
16-12-2002