8138769: [TESTBUG] restore lost line from JDK-8137105 fix
authorddmitriev
Fri, 02 Oct 2015 09:04:10 -0700
changeset 33118 bbeea96c5b63
parent 33116 3c958d8b541b
child 33119 29f4d03f3eab
8138769: [TESTBUG] restore lost line from JDK-8137105 fix Reviewed-by: dcubed, rdurbin
hotspot/test/runtime/CommandLine/VMOptionsFile/TestVMOptionsFile.java
--- a/hotspot/test/runtime/CommandLine/VMOptionsFile/TestVMOptionsFile.java	Fri Oct 02 12:44:02 2015 +0000
+++ b/hotspot/test/runtime/CommandLine/VMOptionsFile/TestVMOptionsFile.java	Fri Oct 02 09:04:10 2015 -0700
@@ -505,10 +505,7 @@
 
         runJavaCheckExitValue(pb, JVM_SUCCESS);
 
-/*
- * This check can be enabled after 8136552 is fixed:
- *      outputShouldNotContain("VM option '+PrintVMOptions'");
- */
+        outputShouldNotContain("VM option '+PrintVMOptions'");
         checkProperty("shared.property", "command_line_before");
         checkVMOption("MinHeapFreeRatio", "7");