JDK-8178415 : remove ProcessTools::getPlatformSpecificVMArgs from testlibary
Type:Enhancement
Component:other-libs
Sub-Component:other
Affected Version:9,10
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2017-04-11
Updated:2017-05-03
Resolved:2017-04-12
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.
the only platform specific vm arguments which we had were -d64/32. they were deprecated in jdk9 by JDK-8168010. therefore ProcessTools::getPlatformSpecificVMArgs method is not needed anymore and should be removed.