Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142651 | emb-9 | Dmitry Dmitriev | P4 | Resolved | Fixed | team |
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.
of Dmitry's fix for this bug:
$ 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.
- backported by
-
JDK-8142651 [TESTBUG] restore lost line from JDK-8137105 fix
-
- Resolved
-
- relates to
-
JDK-8137105 [TESTBUG] Add test cases for VM Options file feature with removed file size limit
-
- Resolved
-