Integrated: 8322166: Files.isReadable/isWritable/isExecutable expensive when file does not exist
Brian Burkhalter
bpb at openjdk.org
Tue Dec 19 18:30:55 UTC 2023
On Fri, 15 Dec 2023 22:49:33 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> 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`.
This pull request has now been integrated.
Changeset: 51be857f
Author: Brian Burkhalter <bpb at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/51be857f3cafa23eb7cd73e5fe3db17e6d01684c
Stats: 126 lines in 6 files changed: 76 ins; 28 del; 22 mod
8322166: Files.isReadable/isWritable/isExecutable expensive when file does not exist
Reviewed-by: alanb
-------------
PR: https://git.openjdk.org/jdk/pull/17133
More information about the nio-dev
mailing list