Integrated: 8375294: (fs) Files.copy can fail with EOPNOTSUPP when copy_file_range not supported

Brian Burkhalter bpb at openjdk.org
Thu Jan 15 19:34:39 UTC 2026


On Wed, 14 Jan 2026 18:26:52 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Handle `errno` value `EOPNOTSUPP` for `copy_file_range` system call on Linux.

This pull request has now been integrated.

Changeset: 30cda000
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/30cda00010888b6e9a2bf8cdeaedbb3eb4b6a222
Stats:     5 lines in 2 files changed: 2 ins; 0 del; 3 mod

8375294: (fs) Files.copy can fail with EOPNOTSUPP when copy_file_range not supported

Reviewed-by: alanb, jpai

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

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


More information about the nio-dev mailing list