< prev index next >

test/runtime/NMT/AutoshutdownNMT.java

Print this page

        

@@ -39,8 +39,8 @@
         ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
                 "-XX:NativeMemoryTracking=detail",
                 "-XX:-AutoShutdownNMT",
                 "-version");
         OutputAnalyzer output = new OutputAnalyzer(pb.start());
-        output.shouldContain("ignoring option AutoShutdownNMT");
+        output.shouldContain("Ignoring option AutoShutdownNMT");
     }
 }
< prev index next >