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

Brian Burkhalter bpb at openjdk.org
Wed Mar 29 21:51:34 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: Remove UnixNativeDispatcher::getcwd

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/13132/files
  - new: https://git.openjdk.org/jdk/pull/13132/files/6503dd8d..bc27bd67

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=13132&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13132&range=02-03

  Stats: 26 lines in 2 files changed: 0 ins; 24 del; 2 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