[jdk25u] RFR: 8355478: DoubleActionESC.java fails intermittently

Trupti Patil duke at openjdk.org
Tue Aug 5 06:04:34 UTC 2025


- PR Changes
The test currently uses a CountDownLatch of 1, causing it to validate too early—after only one open/close interaction—making the result unreliable. Setting the latch to 2 ensures both ESC-triggered open-close cycles complete before validation, aligning the test with its intended behavior.

- Testing
Test passes on windows and macos. Test is problemlisted for linux due to [JDK-8356981](https://bugs.openjdk.org/browse/JDK-8356981).

- Conflicts
No conflicts. Clean backport.

- Are higher backports completed(25u,21u,17u,11u,8u etc) ? 
Applicable to 25u via this MR and the others are being worked upon.

- Does it contain multiple changesets ?
No

-------------

Commit messages:
 - Backport d1052c70cbddb025e7f5b71bd61176e63277bba0

Changes: https://git.openjdk.org/jdk25u/pull/62/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk25u&pr=62&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8355478
  Stats: 35 lines in 2 files changed: 13 ins; 8 del; 14 mod
  Patch: https://git.openjdk.org/jdk25u/pull/62.diff
  Fetch: git fetch https://git.openjdk.org/jdk25u.git pull/62/head:pull/62

PR: https://git.openjdk.org/jdk25u/pull/62


More information about the jdk-updates-dev mailing list