RFR: 8202110: (fs) Default file system provider should load UnixNativeDispatcher lazily [v2]
Brian Burkhalter
bpb at openjdk.org
Wed Mar 29 16:39:22 UTC 2023
On Wed, 29 Mar 2023 06:52:24 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8202110: Remove undocumented sun.nio.fs.chdirAllowed property and dependent code
>
> src/java.base/unix/classes/sun/nio/fs/UnixFileSystem.java line 81:
>
>> 79: // package-private
>> 80: UnixFileSystem(UnixFileSystemProvider provider) {
>> 81: String dir = SystemProps.initProperties().get("user.dir");
>
> The original code used `StaticProperty.userDir()`.
Corrected in 6503dd8d50e6c3302cf9be3e70f43e84f0dcadb4.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13132#discussion_r1152214323
More information about the nio-dev
mailing list