On Fri, 16 Apr 2021 11:17:05 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> Alexander Zvegintsev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> trailing whitespace > > test/jdk/javax/swing/JCheckBox/4449413/bug4449413.java line 96: > >> 94: if (instance != null) { >> 95: instance.dispose(); >> 96: } > > This should be wrapped into `invokeAndWait`. Sure, fixed. ------------- PR: https://git.openjdk.java.net/jdk/pull/3474