RFR: 8359053: Implement JEP 504 - Remove the Applet API [v9]
Sergey Bylokhov
serb at openjdk.org
Wed Jun 18 02:42:40 UTC 2025
On Tue, 17 Jun 2025 21:24:51 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8359053
>
> test/jdk/javax/sound/sampled/Clip/AudioContentHandlers.java line 87:
>
>> 85: generateOOME();
>> 86: } finally {
>> 87: Files.delete(file.toPath());
>
> Suggestion:
>
> file.delete();
>
> Other parts of the test don't use NIO.
it is done intentionally to throw an exception if the file is locked.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25698#discussion_r2153520113
More information about the client-libs-dev
mailing list