RFR: 8365626: (fs) Improve handling of broken links in Files.isSameFile() (win) [v3]

Alan Bateman alanb at openjdk.org
Wed Sep 10 13:01:27 UTC 2025


On Fri, 5 Sep 2025 15:31:38 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> src/java.base/windows/classes/sun/nio/fs/WindowsFileSystemProvider.java line 36:
>> 
>>> 34: import java.io.*;
>>> 35: import java.util.*;
>>> 36: import java.util.concurrent.atomic.AtomicLong;
>> 
>> ?
>
> The `AtomicLong` import is vestigial and shall be removed.

I assume you will remove it.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27079#discussion_r2336628001


More information about the nio-dev mailing list