RFR: 8202110: (fs) Remove FileSystem support for resolving against a default directory (chdir configuration) [v4]

Alan Bateman alanb at openjdk.org
Thu Mar 30 06:46:18 UTC 2023


On Wed, 29 Mar 2023 21:51:34 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> Initialize `needToResolveAgainstDefaultDirectory` instance variable lazily thereby deferring early use of `UnixNativeDispatcher` and hopefully loading `libnio`.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8202110: Remove UnixNativeDispatcher::getcwd

A good cleanup.

src/java.base/windows/classes/sun/nio/fs/WindowsFileSystem.java line 47:

> 45:     // package-private
> 46:     WindowsFileSystem(WindowsFileSystemProvider provider)
> 47:     {

The "{" can be moved to the previous line now.

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

Marked as reviewed by alanb (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/13132#pullrequestreview-1364424294
PR Review Comment: https://git.openjdk.org/jdk/pull/13132#discussion_r1152799631


More information about the nio-dev mailing list