RFR: 8337966: (fs) Files.readAttributes fails with Operation not permitted on older docker releases
Brian Burkhalter
bpb at openjdk.org
Tue Aug 27 20:14:05 UTC 2024
On Tue, 27 Aug 2024 18:28:23 GMT, Alexey Bakhtin <abakhtin at openjdk.org> wrote:
> Verify `statx` and `copy_file_range` for EPERM error code and fallback to existing alternative implementation.
I suppose that for copy_file_range you are suggesting to add EPERM to the switch statement at line 192 of LinuxNativeDispatcher as linked above.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20484#issuecomment-2313419312
More information about the nio-dev
mailing list