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. Marked as reviewed by kizune (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/3957