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

Abhishek Kumar abhiscxk at openjdk.org
Wed Apr 26 06:29:29 UTC 2023


On Tue, 25 Apr 2023 16:49:00 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> 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?

Accessing these props on EDT now.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13633#discussion_r1177385374



More information about the client-libs-dev mailing list