--- old/test/serviceability/dcmd/gc/RunGCTest.java 2015-03-11 22:04:36.312867000 +0900 +++ new/test/serviceability/dcmd/gc/RunGCTest.java 2015-03-11 22:04:36.152867000 +0900 @@ -55,7 +55,7 @@ } OutputAnalyzer output = new OutputAnalyzer(gcLog, ""); - output.shouldMatch(".*\\[Full GC \\(System(\\.gc\\(\\))?.*"); + output.shouldContain("[Full GC (Diagnostic Command)"); } @Test