test/runtime/ErrorHandling/SafeFetchInErrorHandlingTest.java

Print this page

        

*** 28,37 **** --- 28,38 ---- ProcessBuilder pb = ProcessTools.createJavaProcessBuilder( "-XX:+UnlockDiagnosticVMOptions", "-Xmx100M", "-XX:ErrorHandlerTest=14", "-XX:+TestSafeFetchInErrorHandler", + "-XX:-CreateCoredumpOnCrash", "-version"); OutputAnalyzer output_detail = new OutputAnalyzer(pb.start()); // we should have crashed with a SIGSEGV