[jdk11u-dev] RFR: 8266242: java/awt/GraphicsDevice/CheckDisplayModes.java failing on macOS 11 ARM
Martin Doerr
mdoerr at openjdk.org
Mon Jun 3 10:13:11 UTC 2024
On Thu, 29 Feb 2024 01:31:39 GMT, Amos Shi <ashi at openjdk.org> wrote:
> Backport of [JDK-8266242](https://bugs.openjdk.org/browse/JDK-8266242)
> - `src/java.desktop/macosx/native/libawt_lwawt/awt/CGraphicsDevice.m` - clean backport
> - `test/jdk/ProblemList.txt` - this file has been ignored because the line does not exist
>
> Testing
> - Local: Test `failed`
> - `CheckDisplayModes.java`:
>
>
> MacBook Pro
> 16-inch, 2021
> Chip Apple M1 Max
> Memory: 32 GB
> MacOS: 14.3.1 (23D60)
>
>
> - Pipeline:
> - Testing Machine:
This backport looks good and is clean when comparing to the 17u version. Unfortunately, the test still fails with "Invalid display mode" when this patch is applied. The test works in 17u after the fix. So, we will probably need other backports or 11u fixes for this to work. Postponing this backport.
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2576#issuecomment-2144810518
More information about the jdk-updates-dev
mailing list