RFR: 8306409: Open source AWT KeyBoardFocusManger, LightWeightComponent related tests [v2]

Sergey Bylokhov serb at openjdk.org
Tue Apr 25 16:52:12 UTC 2023


On Tue, 25 Apr 2023 09:35:27 GMT, Abhishek Kumar <abhiscxk at openjdk.org> 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



More information about the client-libs-dev mailing list