RFR: 8340173: Open source some Component/Panel/EventQueue tests - Set2 [v3]

Damon Nguyen dnguyen at openjdk.org
Tue Oct 8 23:55:22 UTC 2024


On Tue, 8 Oct 2024 23:49:34 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

>> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review comments again
>
> test/jdk/java/awt/EventQueue/PushPopDeadlock/PushPopDeadlock.java line 81:
> 
>> 79:         EventQueue q2 = new EventQueue();
>> 80: 
>> 81:         f.setSize(200, 200);
> 
> You missed moving `f.setSize(200, 200);` to createUI()  :)

Oops thanks!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21398#discussion_r1792627495


More information about the client-libs-dev mailing list