-
Bug
-
Resolution: Fixed
-
P5
-
8, 23
-
master
Use a CountDownLatch in javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java instead of delay.
The latch provides a direct way to synchronise EDT and main thread, and the test will finish quicker.
The latch provides a direct way to synchronise EDT and main thread, and the test will finish quicker.
- links to
-
Commit(master) openjdk/jdk/02ec8ca2
-
Review(master) openjdk/jdk/21585