JDK-8064355 : [TESTBUG] Add a method passing more JVM arguments to a child process in test helper class ProcessCommunicator
Type:Bug
Component:client-libs
Sub-Component:java.awt
Affected Version:9
Priority:P4
Status:Open
Resolution:Unresolved
Submitted:2014-11-07
Updated:2018-09-05
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.
Several tests use test/java/awt/regtesthelpers/process/ classes to spawn a child java process. Sometimes it is necessary to pass an extra JVM option to that process. Add a method for that.