RFR: 8338153: java/awt/Checkbox/CheckboxCheckerScalingTest.java test failed on linux machine [v4]

Tejesh R tr at openjdk.org
Thu Sep 5 10:06:53 UTC 2024


On Thu, 5 Sep 2024 10:00:44 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

> > It's used inside `EventQueue`, then have to covert to atomic. Better to retain as it is.
> 
> I guess only `Point point = checkbox.getLocationOnScreen();` should be enough to access on EDT, rest of the code can be executed on main thread.

Then have to move `point` out of EDT. Can do it.

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

PR Comment: https://git.openjdk.org/jdk/pull/20723#issuecomment-2331122794


More information about the client-libs-dev mailing list