On Wed, 8 Nov 2023 21:51:59 GMT, Sergey Bylokhov <[email protected]> wrote:
>> Alec Su has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Remove JDK-8319315
>
> test/jdk/javax/sound/midi/SysexMessage/SendRawSysexMessage.java line 126:
>
>> 124: r.send(new SysexMessage(new byte[]{
>> 125: (byte) SPECIAL_SYSTEM_EXCLUSIVE, 0x05, 0x06,
>> 0x07
>> 126: (byte) SPECIAL_SYSTEM_EXCLUSIVE}, 4), -1);
>
> comma is missed?
Fixed. I apologize for the stupid mistake.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16477#discussion_r1387461351