RFR: 8114830: (fs) Files.copy fails due to interference from something else changing the file system [v7]
Brian Burkhalter
bpb at openjdk.org
Thu Aug 10 02:33:58 UTC 2023
On Thu, 10 Aug 2023 02:07:08 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8114830: Correct toString() call
>
> test/jdk/java/nio/file/Files/CopyInterference.java line 77:
>
>> 75: }
>> 76: } catch (FileAlreadyExistsException e) {
>> 77: running.set(false);
>
> The running.set(false) can be removed from the catch blocks.
Done in 028171a43ded7c02abf84ed897f4c972a12ad5ec.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15141#discussion_r1289448791
More information about the nio-dev
mailing list