RFR: 8337966: (fs) Files.readAttributes fails with Operation not permitted on older docker releases
Brian Burkhalter
bpb at openjdk.org
Tue Aug 27 16:20:04 UTC 2024
On Mon, 26 Aug 2024 19:24:20 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> Actually, there is a similar problem with `copy_file_range` added by JDK-8264744 in my environment, but is reproducible in EE docker version only
By way of comparison, we do not do any `EPERM` checks for `copy_file_range` either.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20484#issuecomment-2312998568
More information about the nio-dev
mailing list