-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P4
-
Affects Version/s: 17, 18
-
Component/s: client-libs
-
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
-