-
Bug
-
Resolution: Fixed
-
P4
-
17
-
b21
-
aarch64
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8273703 | 15.0.5 | Vladimir Kempik | P4 | Resolved | Fixed | b02 |
JDK-8273702 | 13.0.9 | Vladimir Kempik | P4 | Resolved | Fixed | b02 |
JDK-8266464 | 11.0.13-oracle | Sergey Bylokhov | P4 | Resolved | Fixed | b01 |
JDK-8269079 | 11.0.13 | Paul Hohensee | P4 | Resolved | Fixed | b01 |
JDK-8338762 | openjdk8u432 | Sergey Bylokhov | P4 | Resolved | Fixed | b03 |
JDK-8270198 | 8u311 | Sergey Bylokhov | P4 | Resolved | Fixed | b02 |
After upgrade to macOS 11.3 on aarch64 and with XCode 12.5 consistently getting the following for 'make images'
src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:258:31: error: cast to smaller integer type 'MIDIClientRef' (aka 'unsigned int') from 'void *' [-Werror,-Wvoid-pointer-to-int-cast]
static MIDIClientRef client = (MIDIClientRef) NULL;
^~~~~~~~~~~~~~~~~~~~
/jdk/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:259:29: error: cast to smaller integer type 'MIDIPortRef' (aka 'unsigned int') from 'void *' [-Werror,-Wvoid-pointer-to-int-cast]
static MIDIPortRef inPort = (MIDIPortRef) NULL;
^~~~~~~~~~~~~~~~~~
/jdk/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:260:30: error: cast to smaller integer type 'MIDIPortRef' (aka 'unsigned int') from 'void *' [-Werror,-Wvoid-pointer-to-int-cast]
static MIDIPortRef outPort = (MIDIPortRef) NULL;
^~~~~~~~~~~~~~~~~~
/jdk/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_MidiUtils.c:466:32: error: cast to smaller integer type 'MIDIEndpointRef' (aka 'unsigned int') from 'void *' [-Werror,-Wvoid-pointer-to-int-cast]
MIDIEndpointRef endpoint = (MIDIEndpointRef) NULL;
^~~~~~~~~~~~~~~~~~~~~~
4 errors generated.
make[3]: *** [/jdk/build/macosx-aarch64-server-release/support/native/java.desktop/libjsound/PLATFORM_API_MacOSX_MidiUtils.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [java.desktop-libs] Error 2
make[2]: *** Waiting for unfinished jobs....
ERROR: Build failed for targets 'clean all' in configuration 'macosx-aarch64-server-release' (exit code 2)
- backported by
-
JDK-8266464 Compilation failure in PLATFORM_API_MacOSX_MidiUtils.c with Xcode 12.5
- Resolved
-
JDK-8269079 Compilation failure in PLATFORM_API_MacOSX_MidiUtils.c with Xcode 12.5
- Resolved
-
JDK-8270198 Compilation failure in PLATFORM_API_MacOSX_MidiUtils.c with Xcode 12.5
- Resolved
-
JDK-8273702 Compilation failure in PLATFORM_API_MacOSX_MidiUtils.c with Xcode 12.5
- Resolved
-
JDK-8273703 Compilation failure in PLATFORM_API_MacOSX_MidiUtils.c with Xcode 12.5
- Resolved
-
JDK-8338762 Compilation failure in PLATFORM_API_MacOSX_MidiUtils.c with Xcode 12.5
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/e44258cd
-
Commit openjdk/jdk13u-dev/e93b244b
-
Commit openjdk/jdk15u-dev/a01ebe35
-
Commit openjdk/jdk/dedddd5a
-
Commit(master) openjdk/jdk8u-dev/fc33f51c
-
Review openjdk/jdk11u-dev/46
-
Review openjdk/jdk13u-dev/260
-
Review openjdk/jdk15u-dev/98
-
Review openjdk/jdk/3808
-
Review(master) openjdk/jdk8u-dev/520