After the integration of https://bugs.openjdk.org/browse/JDK-8317970
which updates the minimum version of macOS on which JDK will run to macOS 11, the check we have in code for 10.14 to determine if Metal is supported is no longer needed.
I'm not aware of anything else that we might need to check and it is solely an OS version check, so I think the method and associated logic can go.
which updates the minimum version of macOS on which JDK will run to macOS 11, the check we have in code for 10.14 to determine if Metal is supported is no longer needed.
I'm not aware of anything else that we might need to check and it is solely an OS version check, so I think the method and associated logic can go.
- is blocked by
-
JDK-8317970 Bump target macosx-x64 version to 11.00.00
- Resolved