test/hotspot/jtreg/runtime/logging/SafepointTest.java
changeset 53895 b22d8ae270a2
parent 53775 5d20b085d893
--- a/test/hotspot/jtreg/runtime/logging/SafepointTest.java	Thu Feb 21 14:24:44 2019 +0100
+++ b/test/hotspot/jtreg/runtime/logging/SafepointTest.java	Fri Feb 22 14:20:06 2019 +0100
@@ -41,8 +41,6 @@
                                                                   InnerClass.class.getName());
         OutputAnalyzer output = new OutputAnalyzer(pb.start());
         output.shouldContain("Safepoint synchronization initiated");
-        output.shouldContain("Entering safepoint region: ");
-        output.shouldContain("Leaving safepoint region");
         output.shouldHaveExitValue(0);
     }