JDK-8212143 : Remove native code that supports UserJvmOptionsService
  • Type: Bug
  • Component: tools
  • Sub-Component: jpackage
  • Affected Version: internal
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-10-12
  • Updated: 2019-03-22
  • Resolved: 2018-10-20
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.
Other
internalFixed
Related Reports
Relates :  
Description
We removed the Java code that supported the --user-jvm-args CLI arg, and the API supporting UserJvmOptionsService.
We now need to also remove all the native code that is in each native platform to support this functionality.
This included code to read and store user options files, as well as legacy code to read options set by the Java Preference API by javafxpackager in JDK8.  Also code to merge user and application level options.