OpenJDK / jdk / jdk
changeset 33118:bbeea96c5b63
8138769: [TESTBUG] restore lost line from JDK-8137105 fix
Reviewed-by: dcubed, rdurbin
author | ddmitriev |
---|---|
date | Fri, 02 Oct 2015 09:04:10 -0700 |
parents | 3c958d8b541b |
children | 29f4d03f3eab |
files | hotspot/test/runtime/CommandLine/VMOptionsFile/TestVMOptionsFile.java |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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");