On Fri, 25 Jul 2025 05:33:31 GMT, Srinivas Mandalika <[email protected]> wrote:
> 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. > Tested the code on a windows-x64, macos-x64 and lnux-x64 machines and the > test is working as expected. This pull request has now been integrated. Changeset: a306f88a Author: Srinivas Mandalika <[email protected]> Committer: Prasanta Sadhukhan <[email protected]> URL: https://git.openjdk.org/jdk/commit/a306f88a8456be454f4954c7e4fb8a1273344b5b Stats: 160 lines in 1 file changed: 26 ins; 89 del; 45 mod 8339791: Refactor MiscUndecorated/ActiveAWTWindowTest.java Reviewed-by: psadhukhan ------------- PR: https://git.openjdk.org/jdk/pull/26471
