# HG changeset patch # User ddmitriev # Date 1443801850 25200 # Node ID bbeea96c5b639f731a18c2097032b0ba8ebd600f # Parent 3c958d8b541b2b4d179923431769cedf0bc6f83f 8138769: [TESTBUG] restore lost line from JDK-8137105 fix Reviewed-by: dcubed, rdurbin diff -r 3c958d8b541b -r bbeea96c5b63 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");