On Mon, 25 Oct 2021 12:23:15 GMT, Alexander Zuev <[email protected]> wrote:

> Moved Swing component modification to the EDT.
> Increased wait time for popup to show up.
> Made checking variabled volatile.
> Generic code cleanup.
> Removed the test from ProblemList.txt

test/jdk/javax/swing/JPopupMenu/4634626/bug4634626.java line 201:

> 199:             robo.waitForIdle();
> 200:             try {
> 201:                 SwingUtilities.invokeAndWait(() -> 
> someText.setInheritsPopupMenu(false));

Looks like the "commonPopup.isVisible()" and the "btnPopup.isVisible()" below 
also accessed on non-EDT

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

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

Reply via email to