RFR: 8322166: Files.isReadable/isWritable/isExecutable expensive when file does not exist [v3]
Brian Burkhalter
bpb at openjdk.org
Mon Dec 18 19:53:00 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: Remove superfluous ternary expression
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17133/files
- new: https://git.openjdk.org/jdk/pull/17133/files/dc79cc2b..99f30f2c
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17133&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17133&range=01-02
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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