On Wed, 16 Nov 2022 03:52:12 GMT, Phil Race <[email protected]> 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
