RFR: 8306638: Open source some AWT tests related to datatransfer and Toolkit [v2]
Jayathirth D V
jdv at openjdk.org
Mon May 15 06:31:50 UTC 2023
On Wed, 26 Apr 2023 02:53:25 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> 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
I added logs and saw that before we check these flags we have synchronous EDT tasks, that is the reason it was not failing. But yes we need to check these flags in EDT only. @mrserb Now i am checking these flags in EDT.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13642#discussion_r1193375637
More information about the client-libs-dev
mailing list