On Wed, 22 Apr 2026 21:51:05 GMT, Jeremy Wood <[email protected]> wrote:
>> If `swing.volatileImageBufferEnabled` is turned off: MTLGraphicsConfig and >> CGLGraphicsConfig should use a translucent image for double buffering. >> >> This test is marked as mac-only, but it should be harmless to turn that flag >> off if anyone wants to test other platforms. In previous threads we >> established that this is a Mac-only issue: >> https://github.com/openjdk/jdk/pull/23430#discussion_r1940881969 >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Jeremy Wood has updated the pull request incrementally with one additional > commit since the last revision: > > 8382201: fixing `@key headful` > > This is in response to: > https://github.com/openjdk/jdk/pull/30737/changes#r3127004349 Change looks good to me, except comment about copyright year. Verified test behaviour also on my mac. test/jdk/java/awt/GraphicsConfiguration/TranslucentDialogTest.java line 2: > 1: /* > 2: * Copyright (c) 1999, 2026, Oracle and/or its affiliates. All rights > reserved. This is a new test, it should have only starting year `2026` ------------- PR Review: https://git.openjdk.org/jdk/pull/30737#pullrequestreview-4179968243 PR Review Comment: https://git.openjdk.org/jdk/pull/30737#discussion_r3146452472
