Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8289559: java/awt/a11y/AccessibleJPopupMenuTest.java test fails with …
…java.lang.NullPointerException

Backport-of: 3216d198f382e991522600086bb2691abfe5f067
  • Loading branch information
GoeLin committed Sep 29, 2022
1 parent 14d7e3c commit 1b98800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/java/awt/a11y/AccessibleJPopupMenuTest.java
Expand Up @@ -93,7 +93,7 @@ public void actionPerformed(ActionEvent e) {
public static void main(String[] args) throws Exception {
AccessibleJPopupMenuTest a11yTest = new AccessibleJPopupMenuTest();

CountDownLatch countDownLatch = a11yTest.createCountDownLatch();
countDownLatch = a11yTest.createCountDownLatch();
SwingUtilities.invokeLater(a11yTest::createTest);
countDownLatch.await();

Expand Down

1 comment on commit 1b98800

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.