RFR: 8003887: File.getCanonicalFile() does not resolve symlinks on MS Windows

Brian Burkhalter bpb at openjdk.org
Fri Aug 30 21:05:27 UTC 2024


On Fri, 30 Aug 2024 20:59:18 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Return the final path derived from the string returned by `canonicalize0()`.

The variable `GetFinalPathNameByHandle_func` is removed from the native code as we no longer care about Windows versions preceding Vista.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/20801#issuecomment-2322329811


More information about the core-libs-dev mailing list