--- old/test/runtime/NMT/AutoshutdownNMT.java 2015-02-03 13:44:06.237358856 -0500 +++ new/test/runtime/NMT/AutoshutdownNMT.java 2015-02-03 13:44:05.757331339 -0500 @@ -39,6 +39,6 @@ "-XX:-AutoShutdownNMT", "-version"); OutputAnalyzer output = new OutputAnalyzer(pb.start()); - output.shouldContain("ignoring option AutoShutdownNMT"); + output.shouldContain("Ignoring option AutoShutdownNMT"); } }