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

Alexander Zuev kizune at openjdk.java.net
Wed Oct 27 10:31:12 UTC 2021


On Wed, 27 Oct 2021 10:11:44 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> Unfortunately the creation should be dine on EDT as well

Why? Neither component or frame has peers assigned, not like their status is being changed by another thread and they do not receive any events from EDT yet. Then what is the reason for moving component creation to EDT?

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

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



More information about the client-libs-dev mailing list