On Thu, 30 May 2024 06:45:26 GMT, Tejesh R <t...@openjdk.org> wrote:

>> Actually it is not unused and is run on the background thread to `allow 
>> enough time for visual verification`. I will check once in the CI testing 
>> after removing this method and if there is no failure, it can be removed.
>
> I verified with debug, its not used in background thread too. Please do 
> verify once and remove if not used......

Actually I can see the debug output in my local run.
`invoking: onEDT10
onEDT10
invoking: onBackgroundThread20
onBackgroundThread20
invoking: onBackgroundThread30
onBackgroundThread30`

But as I told before this may not impact the result of the test, it is just to 
add extra delay to provide visual verification.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/19381#discussion_r1620068866

Reply via email to