-
Bug
-
Resolution: Unresolved
-
P4
-
9
The java/awt/Frame/MiscUndecorated/ActiveAWTWindowTest.java test uses object monitors and wait/notify to synchronise actions in the test.
Using CountDownLatch could make the test simpler, shorter, clearer.
Using CountDownLatch could make the test simpler, shorter, clearer.
- relates to
-
JDK-8053657 [TEST_BUG] move some 5 tests related to undecorated Frame/JFrame to JDK
- Resolved