[OpenJDK 2D-Dev] RFR: 8266159: macOS ARM + Metal pipeline shows artifacts on Swing Menu with Java L&F [v3]

Ajit Ghaisas aghaisas at openjdk.java.net
Tue Jun 8 09:37:16 UTC 2021


On Tue, 8 Jun 2021 07:30:00 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Ajit Ghaisas has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fix review comment on test
>
> test/jdk/java/awt/Graphics/DrawOvalTest.java line 26:
> 
>> 24: /**
>> 25:  * @test
>> 26:  * @key headful
> 
> I feel there's nop need to have headful tag for this test as there is no frame being made visible, all rendering are into volatileimage

There is a call to `getDefaultScreenDevice()` in test that throws `java.awt.HeadlessException` if the test is not marked as headful. Request you to file a follow-on bug if the test can be modified to make it headless.

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

PR: https://git.openjdk.java.net/jdk/pull/4356


More information about the 2d-dev mailing list