RFR: 8202110: (fs) Default file system provider should load UnixNativeDispatcher lazily

Brian Burkhalter bpb at openjdk.org
Tue Mar 21 23:38:28 UTC 2023


Initialize `needToResolveAgainstDefaultDirectory` instance variable lazily thereby deferring early use of `UnixNativeDispatcher` and hopefully loading `libnio`.

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

Commit messages:
 - 8202110: (fs) Default file system provider should load UnixNativeDispatcher lazily

Changes: https://git.openjdk.org/jdk/pull/13132/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13132&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8202110
  Stats: 53 lines in 1 file changed: 29 ins; 24 del; 0 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