--- old/test/runtime/NMT/AutoshutdownNMT.java 2015-07-17 12:25:51.985217219 -0400 +++ new/test/runtime/NMT/AutoshutdownNMT.java 2015-07-17 12:25:51.850218907 -0400 @@ -41,6 +41,6 @@ "-XX:-AutoShutdownNMT", "-version"); OutputAnalyzer output = new OutputAnalyzer(pb.start()); - output.shouldContain("ignoring option AutoShutdownNMT"); + output.shouldContain("Ignoring option AutoShutdownNMT"); } }