RFR: 8017175: [TESTBUG] javax/swing/JPopupMenu/4634626/bug4634626.java sometimes failed on mac [v2]

Sergey Bylokhov serb at openjdk.java.net
Wed Oct 27 10:15:10 UTC 2021


On Wed, 27 Oct 2021 08:22:05 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

>> I guess most of init() also should be in EDT as it works on swing components
>
>> I guess all swing component creation also needs to be in EDT
> 
> I do not think that manipulation of non-realized components on main thread is an issue so i would leave it as is.

Unfortunately the creation should be dine on EDT as well

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

PR: https://git.openjdk.java.net/jdk/pull/6104



More information about the client-libs-dev mailing list