RFR: 8022403: sun/java2d/DirectX/OnScreenRenderingResizeTest/OnScreenRenderingResizeTest.java fails [v2]
Jayathirth D V
jdv at openjdk.org
Wed Nov 16 05:16:03 UTC 2022
On Wed, 16 Nov 2022 03:52:12 GMT, Phil Race <prr at openjdk.org> wrote:
>> Jayathirth D V has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Enable DirectDraw/GDI test
>
> test/jdk/sun/java2d/DirectX/OnScreenRenderingResizeTest/OnScreenRenderingResizeTest.java line 79:
>
>> 77: }
>> 78: }
>> 79: frame = new Frame();
>
> Could we perhaps do this on the AWT EDT ?
I was under the impression that keeping setVisible() in EDT should suffice.
I have moved both creation of frame and setVisible() to EDT.
-------------
PR: https://git.openjdk.org/jdk/pull/11158
More information about the client-libs-dev
mailing list