Integrated: 8266242: java/awt/GraphicsDevice/CheckDisplayModes.java failing on macOS 11 ARM

Alexander Zuev kizune at openjdk.org
Fri Oct 13 22:56:46 UTC 2023


On Thu, 12 Oct 2023 17:54:07 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

> As a workaround changing the method that filters out valid resolutions to not allow resolutions unsupported by Apple m1/m2 chips to be reported back to Java side.
> 
> Also removing test from problem list as it should pass again now.

This pull request has now been integrated.

Changeset: f7d6d7a0
Author:    Alexander Zuev <kizune at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f7d6d7a04faa704155ee8df33e7d344bb962566f
Stats:     14 lines in 2 files changed: 11 ins; 1 del; 2 mod

8266242: java/awt/GraphicsDevice/CheckDisplayModes.java failing on macOS 11 ARM

Reviewed-by: prr, azvegint, aivanov

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

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


More information about the client-libs-dev mailing list