RFR: 8338153: java/awt/Checkbox/CheckboxCheckerScalingTest.java test failed on linux machine [v4]
Abhishek Kumar
abhiscxk at openjdk.org
Thu Sep 5 10:03:53 UTC 2024
On Thu, 5 Sep 2024 09:36:43 GMT, Tejesh R <tr 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.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20723#issuecomment-2331114701
More information about the client-libs-dev
mailing list