On Mon, 6 Nov 2023 20:53:53 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> Alec Su has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Code cleanup > > test/jdk/javax/sound/midi/Devices/OutputBuffer.java line 34: > >> 32: * @comment This test does not fail when the bug occurs. It requires >> manual >> 33: * monitoring of the output. >> 34: * @requires os.family == "windows" > > The test does not use any Windows-specific API, this check can be removed so > the code will be covered on all platforms. OK, I removed the check. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/16399#discussion_r1385192529