JDK-8138769 : [TESTBUG] restore lost line from JDK-8137105 fix
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2015-10-02
  • Updated: 2015-11-12
  • Resolved: 2015-10-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b89Fixed
Related Reports
Relates :  
Description
Due to a gatekeeping screwup on my part, I lost a line
of Dmitry's fix for this bug:

JDK-8137105 [TESTBUG] Add test cases for VM Options file feature with removed file size limit 

$ diff hotspot{.bad,}/test/runtime/CommandLine/VMOptionsFile/TestVMOptionsFile.java
508,511c508
< /*
<  * This check can be enabled after 8136552 is fixed:
<  *      outputShouldNotContain("VM option '+PrintVMOptions'");
<  */
---
>         outputShouldNotContain("VM option '+PrintVMOptions'");

The fix is to restore the line that was commented out and I'll
take care of that with a new bug shortly. That will restore
Dmitry's fix to what was reviewed.