Integrated: 8321561: (fs) Clarify non-atomic behavior of Files.move

Brian Burkhalter bpb at openjdk.org
Wed Jan 17 16:38:02 UTC 2024


On Mon, 11 Dec 2023 16:29:26 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Make it clear that a `FileAlreadyExistsException` may be thrown by `Files.move` even if the `REPLACE_EXISTING` option is specified.

This pull request has now been integrated.

Changeset: 19287eee
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/19287eeeb2c10ea5562c2fe43d8bd16814ddf8dd
Stats:     8 lines in 1 file changed: 6 ins; 0 del; 2 mod

8321561: (fs) Clarify non-atomic behavior of Files.move

Reviewed-by: alanb

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

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


More information about the nio-dev mailing list