RFR: 8301310: The SendRawSysexMessage test may cause a JVM crash [v3]

Alec Su duke at openjdk.org
Thu Nov 9 04:13:22 UTC 2023


On Wed, 8 Nov 2023 21:51:59 GMT, Sergey Bylokhov <serb at openjdk.org> 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


More information about the client-libs-dev mailing list