RFR: 8359053: Implement JEP 504 - Remove the Applet API [v9]

Alexey Ivanov aivanov at openjdk.org
Wed Jun 18 14:07:38 UTC 2025


On Wed, 18 Jun 2025 02:39:53 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> it is done intentionally to throw an exception if the file is locked.

A comment would've clarified the intention.

This also means that if the test fails for whatever reason and `Files.delete` throws the exception, the original exception gets replaced with `IOException` from deleting the file.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25698#discussion_r2154701920


More information about the client-libs-dev mailing list