-
Bug
-
Resolution: Fixed
-
P4
-
9
-
Mac OS X with Xcode 6.3.1
-
b76
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8136018 | emb-9 | Sergey Bylokhov | P4 | Resolved | Fixed | team |
JDK-8266756 | openjdk8u302 | Sergey Bylokhov | P4 | Resolved | Fixed | b02 |
JDK-8288456 | 8u351 | Fairoz Matte | P4 | Resolved | Fixed | b01 |
/Volumes/Work/current/jdks/jdk9/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)));
^
/Volumes/Work/current/jdks/jdk9/jdk/src/java.desktop/share/native/libjsound/PlatformMidi.c:83:51: note: include the header <stdlib.h> or explicitly provide a declaration for 'malloc'
MidiMessageQueue* queue = (MidiMessageQueue*) malloc(sizeof(MidiMessageQueue) + ((capacity-1) * sizeof(MidiMessage)));
^
/Volumes/Work/current/jdks/jdk9/jdk/src/java.desktop/share/native/libjsound/PlatformMidi.c:83:51: note: include the header <stdlib.h> or explicitly provide a declaration for 'malloc'
- backported by
-
JDK-8136018 PlatformMidi.c:83 uses malloc without malloc header
-
- Resolved
-
-
JDK-8266756 PlatformMidi.c:83 uses malloc without malloc header
-
- Resolved
-
-
JDK-8288456 PlatformMidi.c:83 uses malloc without malloc header
-
- Resolved
-