< prev index next >

test/runtime/ErrorHandling/TestOnError.java

Print this page
rev 8694 : imported patch 8080733

@@ -43,10 +43,11 @@
         String msg = "Test Succeeded";
 
         // 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());
 
         OutputAnalyzer output = new OutputAnalyzer(pb.start());
< prev index next >