--- old/test/runtime/NMT/AutoshutdownNMT.java 2015-08-06 16:23:38.879448355 -0400 +++ new/test/runtime/NMT/AutoshutdownNMT.java 2015-08-06 16:23:38.746450018 -0400 @@ -41,6 +41,6 @@ "-XX:-AutoShutdownNMT", "-version"); OutputAnalyzer output = new OutputAnalyzer(pb.start()); - output.shouldContain("ignoring option AutoShutdownNMT"); + output.shouldContain("Ignoring option AutoShutdownNMT"); } }