On Sun, 6 Feb 2022 08:36:46 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Execute test all platform other than mac > > test/jdk/java/awt/Graphics/TextAAHintsTest.java line 231: > >> 229: } >> 230: } finally { >> 231: frame.dispose(); > > The frame should be disposed on the EDT. Added code to dispose frame with in EDT. ------------- PR: https://git.openjdk.java.net/jdk/pull/7275