On Thu, 4 Sep 2025 08:32:23 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. > > Srinivas Mandalika has updated the pull request incrementally with one > additional commit since the last revision: > > Review Feedback: Removed redundant RTEs Changed as suggested. All redudant RTEs were removed. ------------- PR Comment: https://git.openjdk.org/jdk/pull/26471#issuecomment-3252579248
