On Tue, 25 Apr 2023 16:46:06 GMT, Phil Race <[email protected]> wrote:
>> test/jdk/java/awt/Toolkit/ToolkitListenerTest/ToolkitListenerTest.java line
>> 100:
>>
>>> 98:
>>> 99: public void eventDispatched(AWTEvent e) {
>>> 100: System.err.println(e);
>>
>> On what thread this will be executed?
>
> Surely it will be the EDT ? Why do you ask ?
it sets a couple of flags that will be used on the main thread, see "start()"
above
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13642#discussion_r1177282988