On Mon, 1 Nov 2021 15:34:42 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:
> Looks like the problem occurs when system is slow to actually close windows, > then keyboard events are going to the wrong window. The idea of the fix is to > bring the new window to front before actual testing starts and close window > on EDT and then wait for 2 seconds for actual hardware window to disappear. >From the stack traces in the bug report, it seems that the problem was in some >kind of deadlock in the SunToolkit.waitForIdle ------------- PR: https://git.openjdk.java.net/jdk/pull/6194