JDK-8218547 : Simplify JLI_Open on Windows in native code (libjli)
  • Type: Enhancement
  • Component: tools
  • Sub-Component: launcher
  • Affected Version: 11,13
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: generic
  • Submitted: 2019-02-06
  • Updated: 2019-06-26
  • Resolved: 2019-04-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.

To download the current JDK release, click here.
JDK 13
13 b16Fixed
Related Reports
Relates :  
Description
This is a follow up to JDK-8217093 which added a CreateFileW after a failing open call to support extended-length paths in parse_manifest.c.

The whole flow of this shall be reevaluated, e.g. checking whether only CreateFileW can be used instead of open. It would also be beneficial to add a testcase for this codepath (and which tests the long paths).