JDK-8212536 : Modify WindowsRegistry.java to use registry APIs directly
  • Type: Bug
  • Component: tools
  • Sub-Component: jpackage
  • Affected Version: internal
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2018-10-16
  • Updated: 2019-03-22
  • Resolved: 2019-01-31
Related Reports
Duplicate :  
Description
Current implementation of WindowsRegistry.java uses "reg" command to read Windows registry by executing this command via ProcessBuilder. It would be more reliable to switch using native APIs to read Windows registry.
Comments
This issue will be fixed as part of JDK-821317.
31-01-2019