RFR: 8322166: Files.isReadable/isWritable/isExecutable expensive when file does not exist [v2]

Brian Burkhalter bpb at openjdk.org
Mon Dec 18 17:14:54 UTC 2023


> Add `isReadable`, `isWritable`, and `isExecutable` methods to `AbstractFileSystemProvider` and overrides to `UnixFileSystemProvider` and use these in the respective `Files` methods when the provider is an `AbstractFileSystemProvider`.

Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:

  8322166: Address Reviewer comments

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/17133/files
  - new: https://git.openjdk.org/jdk/pull/17133/files/6c16ad00..dc79cc2b

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17133&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17133&range=00-01

  Stats: 28 lines in 5 files changed: 1 ins; 22 del; 5 mod
  Patch: https://git.openjdk.org/jdk/pull/17133.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17133/head:pull/17133

PR: https://git.openjdk.org/jdk/pull/17133


More information about the nio-dev mailing list