-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b22
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8311266 | 11.0.21 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8303858 | 11.0.20-oracle | Kavya K S | P4 | Resolved | Fixed | b01 |
1) executeTestJvm(cmd) adds test.vm.opts and test.java.opts
2) createJavaProcessBuilder(cmd) does *not* add test.vm.opts or test.java.opts
3) createJavaProcessBuilder(true, cmd) adds test.vm.opts and test.java.opts.
I think we should change so that (1) and (2) are consistent in the behavior.
2) createJavaProcessBuilder(cmd) does *not* add test.vm.opts or test.java.opts
3) createJavaProcessBuilder(true, cmd) adds test.vm.opts and test.java.opts.
I think we should change so that (1) and (2) are consistent in the behavior.
- backported by
-
JDK-8303858 ProcessTools executeTestJvm and createJavaProcessBuilder have inconsistent handling of test.*.opts
- Resolved
-
JDK-8311266 ProcessTools executeTestJvm and createJavaProcessBuilder have inconsistent handling of test.*.opts
- Resolved