# HG changeset patch # User ctornqvi # Date 1424959900 28800 # Node ID 272df2a46ddb1fe787eda80815372e69625c783f # Parent 5287df8a89721a6d443d2c64e3abee19b60e9126 8073718: [TESTBUG] Cleanup test output and skip creating mini dumps Reviewed-by: sla, ctornqvi Contributed-by: stefan.sarne@oracle.com diff -r 5287df8a8972 -r 272df2a46ddb hotspot/test/runtime/Safepoint/AssertSafepointCheckConsistency1.java --- a/hotspot/test/runtime/Safepoint/AssertSafepointCheckConsistency1.java Wed Feb 25 00:30:54 2015 -0800 +++ b/hotspot/test/runtime/Safepoint/AssertSafepointCheckConsistency1.java Thu Feb 26 06:11:40 2015 -0800 @@ -47,6 +47,7 @@ "-XX:+UnlockDiagnosticVMOptions", "-XX:+WhiteBoxAPI", "-XX:-TransmitErrorReport", + "-XX:-CreateMinidumpOnCrash", "-Xmx32m", "AssertSafepointCheckConsistency1", "test"); @@ -55,5 +56,3 @@ } } } - - diff -r 5287df8a8972 -r 272df2a46ddb hotspot/test/runtime/Safepoint/AssertSafepointCheckConsistency2.java --- a/hotspot/test/runtime/Safepoint/AssertSafepointCheckConsistency2.java Wed Feb 25 00:30:54 2015 -0800 +++ b/hotspot/test/runtime/Safepoint/AssertSafepointCheckConsistency2.java Thu Feb 26 06:11:40 2015 -0800 @@ -47,6 +47,7 @@ "-XX:+UnlockDiagnosticVMOptions", "-XX:+WhiteBoxAPI", "-XX:-TransmitErrorReport", + "-XX:-CreateMinidumpOnCrash", "-Xmx32m", "AssertSafepointCheckConsistency2", "test"); diff -r 5287df8a8972 -r 272df2a46ddb hotspot/test/runtime/Safepoint/AssertSafepointCheckConsistency3.java --- a/hotspot/test/runtime/Safepoint/AssertSafepointCheckConsistency3.java Wed Feb 25 00:30:54 2015 -0800 +++ b/hotspot/test/runtime/Safepoint/AssertSafepointCheckConsistency3.java Thu Feb 26 06:11:40 2015 -0800 @@ -47,6 +47,7 @@ "-XX:+UnlockDiagnosticVMOptions", "-XX:+WhiteBoxAPI", "-XX:-TransmitErrorReport", + "-XX:-CreateMinidumpOnCrash", "-Xmx32m", "AssertSafepointCheckConsistency3", "test"); diff -r 5287df8a8972 -r 272df2a46ddb hotspot/test/runtime/Safepoint/AssertSafepointCheckConsistency4.java --- a/hotspot/test/runtime/Safepoint/AssertSafepointCheckConsistency4.java Wed Feb 25 00:30:54 2015 -0800 +++ b/hotspot/test/runtime/Safepoint/AssertSafepointCheckConsistency4.java Thu Feb 26 06:11:40 2015 -0800 @@ -47,6 +47,7 @@ "-XX:+UnlockDiagnosticVMOptions", "-XX:+WhiteBoxAPI", "-XX:-TransmitErrorReport", + "-XX:-CreateMinidumpOnCrash", "-Xmx32m", "AssertSafepointCheckConsistency4", "test");