Integrated: 8114830: (fs) Files.copy fails due to interference from something else changing the file system

Brian Burkhalter bpb at openjdk.org
Mon Aug 14 18:11:12 UTC 2023


On Thu, 3 Aug 2023 16:20:02 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Throw a `FileSystemException` if attempting to create the target file with `O_EXCL` fails with `EEXIST`.

This pull request has now been integrated.

Changeset: c132176b
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c132176b932dd136d5c4314e08ac97d0fee7ba4d
Stats:     159 lines in 2 files changed: 159 ins; 0 del; 0 mod

8114830: (fs) Files.copy fails due to interference from something else changing the file system

Reviewed-by: alanb, vtewari

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

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


More information about the nio-dev mailing list