On Tue, 25 Apr 2023 09:35:27 GMT, Abhishek Kumar <[email protected]> wrote:
>> This PR is to open source Keyboard Focus Manager, Light Weight Component and
>> few other AWT tests.
>
> Abhishek Kumar has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Review comment update
test/jdk/java/awt/LightweightComponent/LightweightDragTest.java line 113:
> 111: }
> 112: rb.mouseRelease(InputEvent.BUTTON1_MASK);
> 113: if (c.isInside || !c2.isInside) {
Do we set these props on EDT in the processEvent below and read here w/o
synchronization?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13633#discussion_r1176787266