[jdk8u-dev] Integrated: 8293562: KeepAliveCache Blocks Threads while Closing Connections
Dhamoder Nalla
dhanalla at openjdk.org
Tue May 14 00:57:12 UTC 2024
On Mon, 18 Dec 2023 19:11:29 GMT, Dhamoder Nalla <dhanalla at openjdk.org> wrote:
> Issue: [JDK-8293562](https://bugs.openjdk.org/browse/JDK-8293562): KeepAliveCache Blocks Threads while Closing Connections
> Backport of PR https://github.com/openjdk/jdk11u-dev/pull/1890 fromJDK11 to JDK8.
>
> The JDK11 patch doesn't apply cleanly 3/11 hunks need to be ported manually in KeepAliveCache.java.
>
> Test performed:
>
> 1. JTreg jdk_tier1
> 2. JTreg jdk_tier2
> 3. New test case added to this PR passed with the fix and failed without it.
> 4. The customer failure scenario has been validated.
This pull request has now been integrated.
Changeset: 853a87a8
Author: Dhamoder Nalla <dhanalla at openjdk.org>
Committer: Andrew John Hughes <andrew at openjdk.org>
URL: https://git.openjdk.org/jdk8u-dev/commit/853a87a8e4c4a075e19ddcd6d3d4a7a924967f32
Stats: 350 lines in 3 files changed: 276 ins; 8 del; 66 mod
8293562: KeepAliveCache Blocks Threads while Closing Connections
Reviewed-by: sgehwolf, phh, andrew
Backport-of: 770c1f65c588f3156f9b70097df752d8059c1038
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/409
More information about the jdk8u-dev
mailing list