On Fri, 5 Aug 2022 19:18:21 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> Harshitha Onkar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> added null check in positionWindow > > test/jdk/java/awt/regtesthelpers/PassFailJFrame.java line 309: > >> 307: } catch (InterruptedException e) { >> 308: e.printStackTrace(); >> 309: } > > Is it safe to call on EDT? > > If `positionTestWindow` is not to be called on EDT, should it be enforced? The intention is that it can be called either way - on or off. ------------- PR: https://git.openjdk.org/jdk/pull/9525