[jdk8u-dev] RFR: 8285836: sun/net/www/http/KeepAliveCache/KeepAliveProperty.java failed with "RuntimeException: Failed in server"

Jonathan Dowland jdowland at openjdk.org
Wed Nov 19 14:57:04 UTC 2025


On Wed, 19 Nov 2025 13:20:16 GMT, Stewart X Addison <duke at openjdk.org> wrote:

> Backport of https://github.com/openjdk/jdk11u-dev/pull/1377
> Eclipse Temurin has seen this failure on some systems and this backport resolves them.
> 
> Sample failure when trying 100 iterations: https://ci.adoptium.net/job/Grinder/15544/testReport/ (82/100 failed)
> Sample pass with this branch: https://ci.adoptium.net/job/Grinder/15551/testReport (zero failures)
> 
> Ref: https://bugs.openjdk.org/browse/JDK-8285836
> 
> Testing tier 1:
> - [Linux/x64](https://ci.adoptium.net/job/Grinder/15559/testReport) ✅ 
> - [Linux/aarch64](https://ci.adoptium.net/job/Grinder/15558/testReport) ✅
> - [Windows/x64](https://ci.adoptium.net/job/Grinder/15563/testReport) 
> - [Mac/x64](https://ci.adoptium.net/job/Grinder/15565/testReport) ✅
> - [AIX](https://ci.adoptium.net/job/Grinder/15564/testReport)

I am not a Reviewer in jdk8u but to gain experience of doing so I've reviewed this change.

The PR is not labelled "clean" but I'm not sure why, the patch is identical to that in 11u and applies with no fuzz.

As @sxa notes the pre-submit failure is an issue in the main 8u tree at the moment and is not specific to this change.

Test-only change. I've run it and it passes for me after this patch, although I haven't done a battery of runs to aggregate the results, like the backporter has.

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

PR Comment: https://git.openjdk.org/jdk8u-dev/pull/721#issuecomment-3553145632


More information about the jdk8u-dev mailing list