On Tue, 17 Jun 2025 21:24:51 GMT, Alexey Ivanov <aiva...@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