The 05-11-05 nightlys show failures with the product build on Windows. Most JVMTI and JDI tests fail in product mode. Attached is a sample crash.
#!C:/PROGRA~1/MKSTOO~1/mksnt/sh.exe
CLASSPATH="C:/temp/Work/exec/JVMTI_QUICKLOOK-11-NIGHTLY-Serv_Baseline-ClientVM-comp-Win-2005-05-11-22-19-10-0528/run2/Administrator.Windows_2003.x86/clrbrk002;Y:/nightly/mantis/DTWS/suites/JVMTI_QUICKLOOK/testbase/bin/classes;C:/temp/Work/JDK/NIGHTLY/Serv_Baseline/windows-i586/lib/tools.jar"
PATH="C:/temp/Work/JDK/NIGHTLY/Serv_Baseline/windows-i586/bin;Y:/nightly/mantis/DTWS/suites/JVMTI_QUICKLOOK/testbase/src/nsk/share/lib/wintel;C:/temp/Work/JDK/NIGHTLY/Serv_Baseline/windows-i586/jre/bin/client;C:/temp/Work/JDK/NIGHTLY/Serv_Baseline/windows-i586/jre/bin;Y:/nightly/mantis/DTWS/suites/JVMTI_QUICKLOOK/testbase/bin/lib/wintel/nsk/jvmti/ClearBreakpoint;"
WINDIR=C:/WINDOWS
LD_LIBRARY_PATH=Y:/nightly/mantis/DTWS/suites/JVMTI_QUICKLOOK/testbase/bin/lib/wintel/nsk/jvmti/ClearBreakpoint;
RAS_OPTIONS=
SHELL=C:/PROGRA~1/MKSTOO~1/mksnt/sh.exe
SystemRoot=C:/WINDOWS
while [ $# -gt 0 ];
do
if [ $1 = "-jdk" ]; then
shift 1
PATH=${1}/bin;${PATH}
shift 1
fi
done
export CLASSPATH
export PATH
export WINDIR
export LD_LIBRARY_PATH
export RAS_OPTIONS
export SHELL
export SystemRoot
#annotate TEST javaopt=C:/temp/Work/JDK/NIGHTLY/Serv_Baseline/windows-i586/bin/java -client -Xcomp -XX:-ShowMessageBoxOnError -agentlib:clrbrk002
C:/PROGRA~1/MKSTOO~1/mksnt/perl.exe Y:/nightly/mantis/DTWS/suites/JVMTI_QUICKLOOK/testbase/src/nsk/share/jvmti/run_jvmti.pl C:/temp/Work/JDK/NIGHTLY/Serv_Baseline/windows-i586/bin/java -client -Xcomp -XX:-ShowMessageBoxOnError -DHANGINGJAVA2184 -agentlib:clrbrk002 nsk.jvmti.ClearBreakpoint.clrbrk002
##Exit status of execution step=1
##!checkExitCode
##
## An unexpected error has been detected by HotSpot Virtual Machine:
##
## Internal Error (494E5445525052455445520E435050014F), pid=3264, tid=1648
##
## Java VM: Java HotSpot(TM) Client VM (20050511133820.dcubed.service_hs_merge compiled mode)
## An error report file with more information is saved as hs_err_pid3264.log
##
## If you would like to submit a bug report, please visit:
## http://java.sun.com/webapps/bugreport/crash.jsp
##
###@###.### 2005-05-12 10:24:16 GMT
The failures still occurred in the 2005.05.12 nightly on Win32 Server VM.
###@###.### 2005-05-13 12:49:40 GMT