On Wed, 26 Apr 2023 02:53:25 GMT, Sergey Bylokhov <[email protected]> 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
