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

Brian Burkhalter bpb at openjdk.org
Fri Aug 4 17:41:35 UTC 2023


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

Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:

  8114830: In test, use try-with-resources to closs to close ExecutorService

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/15141/files
  - new: https://git.openjdk.org/jdk/pull/15141/files/bc43e5eb..541f36b2

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=15141&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=15141&range=03-04

  Stats: 7 lines in 1 file changed: 1 ins; 2 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/15141.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15141/head:pull/15141

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


More information about the nio-dev mailing list