8168934: [TESTBUG] gc/g1/logging/TestG1LoggingFailure.java failed
authormchernov
Tue, 15 Nov 2016 14:04:39 +0300
changeset 42567 fd103115da89
parent 42559 f71b844f33d1
child 42568 3b30bdfe90d3
8168934: [TESTBUG] gc/g1/logging/TestG1LoggingFailure.java failed Reviewed-by: tschatzl, dfazunen
hotspot/test/gc/g1/logging/TestG1LoggingFailure.java
--- a/hotspot/test/gc/g1/logging/TestG1LoggingFailure.java	Mon Nov 14 11:15:43 2016 +0100
+++ b/hotspot/test/gc/g1/logging/TestG1LoggingFailure.java	Tue Nov 15 14:04:39 2016 +0300
@@ -66,7 +66,6 @@
         OutputAnalyzer out = ProcessTools.executeTestJvm(options.toArray(new String[options.size()]));
 
         out.shouldNotContain("pure virtual method called");
-        out.shouldContain("Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread \"main\"");
 
         if (out.getExitValue() == 0) {
             System.out.println(out.getOutput());