RFR: 8365626: (fs) Improve handling of broken links in Files.isSameFile() (win) [v8]
Brian Burkhalter
bpb at openjdk.org
Thu Sep 18 16:56:04 UTC 2025
On Thu, 18 Sep 2025 16:35:10 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> If `FileSystemLoopException` is thrown, then `h` could still be valid.
This is true but it will not have been added to the `linkAttrs` set and so should be closed, so that is correct.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27079#discussion_r2360291727
More information about the nio-dev
mailing list