--- a/hotspot/test/runtime/logging/ExceptionsTest.java Wed Jul 05 21:33:32 2017 +0200
+++ b/hotspot/test/runtime/logging/ExceptionsTest.java Mon Apr 11 14:21:25 2016 -0700
@@ -45,7 +45,7 @@
static void analyzeOutputOn(ProcessBuilder pb) throws Exception {
OutputAnalyzer output = new OutputAnalyzer(pb.start());
- output.shouldContain("<a 'java/lang/RuntimeException': Test exception 1 for logging>");
+ output.shouldContain("<a 'java/lang/RuntimeException'").shouldContain(": Test exception 1 for logging>");
output.shouldContain(" thrown in interpreter method ");
output.shouldHaveExitValue(0);
}