JDK-8081771 : ProcessTool.createJavaProcessBuilder() needs new addTestVmAndJavaOptions argument
  • Type: Bug
  • Component: core-libs
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-06-03
  • Updated: 2016-07-21
  • Resolved: 2015-06-06
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 8 JDK 9
8u102Fixed 9 b72Fixed
Related Reports
Relates :  
Description
The jdk/test version of ProcessTool.createJavaProcessBuilder() is missing the variant that takes the "boolean addTestVmAndJavaOptions" argument that is present in the hotspot/test version. This API is needed in order to add a new test for JDK-8054386. Eventually JDK-8075327 will produce a common version of ProcessTool, but this functionality is needed before it completes.
Comments
Added "noreg-other": jdk testlibrary enhancement.
12-04-2016