On Tue, 25 Apr 2023 16:49:00 GMT, Sergey Bylokhov <[email protected]> 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

Reply via email to