RFR: 8318100: Remove redundant check for Metal support
Phil Race
prr at openjdk.org
Mon Oct 23 18:52:36 UTC 2023
On Mon, 23 Oct 2023 16:46:24 GMT, Jayathirth D V <jdv at openjdk.org> wrote:
> We have updated minimum macOS version on which JDK can be used to macOS 11 and we have check to enable metal pipeline only when macOS version is >=10.14.
>
> Since minimum macOS version is updated we don't need this check now.
> Removed redundant check and ran all clientlibs tests on CI for verification.
> Also ran a sample program with different combination of sun.java2d.metal and sun.java2d.opengl flags and i see that appropriate pipeline is getting selected.
Marked as reviewed by prr (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/16316#pullrequestreview-1693301138
More information about the client-libs-dev
mailing list