comparison test/runtime/memory/ReserveMemory.java @ 12822:cc4f5f8d885e

8023796: [TESTBUG] Add -XX:-TransmitErrorReport to runtime/6888954/vmerrors.sh Summary: added -XX:-TransmitErrorReport to the test Reviewed-by: stefank, ctornqvi
author mseledtsov
date Sun, 06 Oct 2013 16:13:50 +0200
parents f54c85acc043
children
comparison
equal deleted inserted replaced
12821:9c63ad02c0a4 12822:cc4f5f8d885e
54 54
55 ProcessBuilder pb = ProcessTools.createJavaProcessBuilder( 55 ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
56 "-Xbootclasspath/a:.", 56 "-Xbootclasspath/a:.",
57 "-XX:+UnlockDiagnosticVMOptions", 57 "-XX:+UnlockDiagnosticVMOptions",
58 "-XX:+WhiteBoxAPI", 58 "-XX:+WhiteBoxAPI",
59 "-XX:-TransmitErrorReport",
59 "ReserveMemory", 60 "ReserveMemory",
60 "test"); 61 "test");
61 62
62 OutputAnalyzer output = new OutputAnalyzer(pb.start()); 63 OutputAnalyzer output = new OutputAnalyzer(pb.start());
63 if (isWindows()) { 64 if (isWindows()) {