--- a/hotspot/test/runtime/logging/ExceptionsTest.java Thu Mar 24 15:19:06 2016 +0000
+++ b/hotspot/test/runtime/logging/ExceptionsTest.java Thu Mar 24 13:25:10 2016 -0400
@@ -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);
}