Hello.
Please review the fix for jdk9.
Another one compiler warning this time in sound:

jdk/src/java.desktop/share/native/libjsound/PlatformMidi.c:83:51: warning: implicitly declaring library function 'malloc' with type 'void *(unsigned long)' MidiMessageQueue* queue = (MidiMessageQueue*) malloc(sizeof(MidiMessageQueue) + ((capacity-1) * sizeof(MidiMessage)));
                                                  ^
jdk/src/java.desktop/share/native/libjsound/PlatformMidi.c:83:51: note: include the header <stdlib.h> or explicitly provide a declaration for 'malloc'


Bug: https://bugs.openjdk.java.net/browse/JDK-8129511
Webrev can be found at: http://cr.openjdk.java.net/~serb/8129511/webrev.00

--
Best regards, Sergey.

Reply via email to