hotspot/test/runtime/ErrorHandling/TestOnError.java
changeset 31789 c8c579616fc8
parent 30745 8ebe80838174
child 38152 80e5da81fb2c
--- a/hotspot/test/runtime/ErrorHandling/TestOnError.java	Tue Jul 14 16:28:53 2015 +0200
+++ b/hotspot/test/runtime/ErrorHandling/TestOnError.java	Wed Jul 15 10:37:11 2015 -0700
@@ -45,6 +45,7 @@
         // Execute the VM so that a
         ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
            "-XX:-TransmitErrorReport",
+           "-XX:-CreateCoredumpOnCrash",
            "-XX:ErrorHandlerTest=12", // trigger potential SEGV
            "-XX:OnError=echo " + msg,
            TestOnError.class.getName());