RFR: 8318100: Remove redundant check for Metal support
Damon Nguyen
dnguyen at openjdk.org
Tue Oct 24 19:16:27 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.
Changes look reasonable to me. Test results look good too
-------------
Marked as reviewed by dnguyen (Committer).
PR Review: https://git.openjdk.org/jdk/pull/16316#pullrequestreview-1695706623
More information about the client-libs-dev
mailing list