test/runtime/6888954/vmerrors.sh

Print this page
rev 6211 : [mq]: vmerror

@@ -83,11 +83,11 @@
 do
     i2=$i
     [ $i -lt 10 ] && i2=0$i
 
     "$TESTJAVA/bin/java" $TESTVMOPTS -XX:+IgnoreUnrecognizedVMOptions \
-        -XX:-TransmitErrorReport \
+        -XX:-TransmitErrorReport -XX:-CreateMinidumpOnCrash \
         -XX:ErrorHandlerTest=${i} -version > ${i2}.out 2>&1
 
     # If ErrorHandlerTest is ignored (product build), stop.
     #
     # Using the built-in variable $! to get the pid does not work reliably on