On Mon, 10 May 2021 21:38:37 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> An exception occurs when the main thread disposes of the frame while the > other thread still renders to it. The fix joins the main thread to other > threads, so we will dispose of the frame at the end only. This pull request has now been integrated. Changeset: 271a0c71 Author: Sergey Bylokhov <s...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/271a0c713322bef3c78b04665c333c5e3068f8a9 Stats: 20 lines in 2 files changed: 0 ins; 9 del; 11 mod 8047218: [TEST_BUG] java/awt/FullScreen/AltTabCrashTest/AltTabCrashTest.java fails with exception Reviewed-by: azvegint, kizune, pbansal ------------- PR: https://git.openjdk.java.net/jdk/pull/3957