-
Bug
-
Resolution: Not an Issue
-
P4
-
17, 18
-
aarch64
-
os_x
This is follow up bug after https://bugs.openjdk.java.net/browse/JDK-8276905
MACOSX_VERSION_MIN for aarch64 is 11.00 but we have generic runtime check to enable Metal pipeline on >=10.14 in MTLGraphicsConfig.m -> isMetalFrameworkAvailable(). Update the runtime check to enable metal only on >=macOS11 in aarch64.
MACOSX_VERSION_MIN for aarch64 is 11.00 but we have generic runtime check to enable Metal pipeline on >=10.14 in MTLGraphicsConfig.m -> isMetalFrameworkAvailable(). Update the runtime check to enable metal only on >=macOS11 in aarch64.
- relates to
-
JDK-8276905 Use appropriate macosx_version_minimum value while compiling metal shaders
- Resolved