RFR: 8339791: Refactor MiscUndecorated/ActiveAWTWindowTest.java [v4]
Srinivas Mandalika
smandalika at openjdk.org
Fri Sep 5 09:20:38 UTC 2025
> 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: Use lambda for ActionListener
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/26471/files
- new: https://git.openjdk.org/jdk/pull/26471/files/d766b695..bb90ed63
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=26471&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=26471&range=02-03
Stats: 12 lines in 1 file changed: 0 ins; 10 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/26471.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/26471/head:pull/26471
PR: https://git.openjdk.org/jdk/pull/26471
More information about the client-libs-dev
mailing list