RFR: 8307299: Move more DnD tests to open
Alisen Chung
achung at openjdk.org
Tue May 2 20:20:28 UTC 2023
On Tue, 2 May 2023 19:42:44 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Added DnD tests
>
> test/jdk/java/awt/dnd/IntraJVMGetDropSuccessTest.java line 275:
>
>> 273: }
>> 274:
>> 275: Component c = clickedComponent;
>
> this field is used on EDT and the main thread, some synchronisation is needed.
Should I put that field on the EDT as well?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13759#discussion_r1183010708
More information about the client-libs-dev
mailing list