Integrated: 8318100: Remove redundant check for Metal support

Jayathirth D V jdv at openjdk.org
Wed Oct 25 04:04:41 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.

This pull request has now been integrated.

Changeset: 5ce718eb
Author:    Jayathirth D V <jdv at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5ce718eb175dd0855983577d41b0af57422f4a0e
Stats:     40 lines in 3 files changed: 0 ins; 39 del; 1 mod

8318100: Remove redundant check for Metal support

Reviewed-by: prr, dnguyen

-------------

PR: https://git.openjdk.org/jdk/pull/16316


More information about the client-libs-dev mailing list