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

Trupti Patil duke at openjdk.org
Wed Aug 6 09:21:17 UTC 2025


On Tue, 5 Aug 2025 05:57:02 GMT, Trupti Patil <duke at openjdk.org> wrote:

> - 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

This pull request has now been integrated.

Changeset: 6d2b9c99
Author:    Trupti Patil <trupti.a.patil at oracle.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk25u/commit/6d2b9c997a4397fffe52a4ef17f96ba60957085f
Stats:     35 lines in 2 files changed: 13 ins; 8 del; 14 mod

8355478: DoubleActionESC.java fails intermittently

Backport-of: d1052c70cbddb025e7f5b71bd61176e63277bba0

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

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


More information about the jdk-updates-dev mailing list