-
Bug
-
Resolution: Fixed
-
P3
-
11, 13
-
b07
-
generic
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8238258 | 11.0.8-oracle | Matthias Baesken | P3 | Resolved | Fixed | b01 |
JDK-8234770 | 11.0.7-oracle | Henry Jen | P3 | Closed | Won't Fix | |
JDK-8225738 | 11.0.5 | Matthias Baesken | P3 | Resolved | Fixed | b01 |
Currently in parse_manifest.c only `open` is called, which does not always support extended-length paths.
In case `open` fails, use `CreateFileW` with "\\?\" prefix to avoid the limitation.
In case `open` fails, use `CreateFileW` with "\\?\" prefix to avoid the limitation.
- backported by
-
JDK-8225738 Support extended-length paths in parse_manifest.c on Windows
-
- Resolved
-
-
JDK-8238258 Support extended-length paths in parse_manifest.c on Windows
-
- Resolved
-
-
JDK-8234770 Support extended-length paths in parse_manifest.c on Windows
-
- Closed
-
- relates to
-
JDK-8218547 Simplify JLI_Open on Windows in native code (libjli)
-
- Resolved
-