[jdk11u-dev] RFR: 8293562: KeepAliveCache Blocks Threads while Closing Connections

Henry duke at openjdk.org
Wed May 24 09:44:12 UTC 2023


On Fri, 7 Apr 2023 13:00:28 GMT, Henry <duke at openjdk.org> wrote:

> 8299602: blocked threads with KeepAliveCache.
> 
> I followed the steps that helped me carry out this pull-request.
> 
> REF/: https://mail.openjdk.org/pipermail/jdk-updates-dev/2023-February/020439.html
> 
> Thanks to @GoeLin and @jerboaa

> This patch is pretty hard to review since it includes many unrelated changes. Please try to only make _necessary_ adaptations and explain why those changes needed to be made.
> 
> Perhaps it makes more sense to start over by applying the JDK 17u patch and adjusting it until it works and you're confident the patch does what it's supposed to do. It's important to configure your editor in a way to not modify code that isn't being touched by the patch. Unrelated formatting changes are not OK in a backport.
> 
> While the JDK 17u patch builds on https://bugs.openjdk.org/browse/JDK-8229867, this backport should not include those changes. It should use the old synchronization scheme instead.

Hi @jerboaa 

Where do I find the documentation for "the old synchronization scheme" ?

I am trying to make the requested changes but I would like to see how it is done to see if it is better than the manual change.

Thanks

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

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/1825#issuecomment-1560789590


More information about the jdk-updates-dev mailing list