On Thu, 20 Feb 2025 07:54:28 GMT, Alan Bateman <[email protected]> wrote:
>> Brian Burkhalter has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> 8024695: Extend and clean up test
>
> src/java.base/share/classes/java/io/File.java line 254:
>
>> 252: static File getCWD() {
>> 253: return CWD;
>> 254: }
>
> This is a bit icky, have you looked at pushing this down to a holder class in
> UnixFileSystem and WinNTFileSystem so they they aren't dependent on this.
Why not just down into `FileSystem`? It's not OS-dependent.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22821#discussion_r1964046284