RFR: 8202110: (fs) Default file system provider should load UnixNativeDispatcher lazily [v3]
Brian Burkhalter
bpb at openjdk.org
Wed Mar 29 16:39:18 UTC 2023
> 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: Propagate cleanup
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/13132/files
- new: https://git.openjdk.org/jdk/pull/13132/files/267f9a69..6503dd8d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=13132&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=13132&range=01-02
Stats: 27 lines in 12 files changed: 0 ins; 0 del; 27 mod
Patch: https://git.openjdk.org/jdk/pull/13132.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13132/head:pull/13132
PR: https://git.openjdk.org/jdk/pull/13132
More information about the nio-dev
mailing list