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

PoojaDP-23 duke at openjdk.org
Tue May 30 10:57:15 UTC 2023


On Thu, 25 May 2023 10:20:26 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

>>> Hi @PoojaDP-23, I was working on the backporting of the fix. #1825 But after the @jerboaa reviews, I realized that your code is closer to the original fix commit than the mine. I offer you all my support, I remain at your disposal.
>> 
>> Thanks
>
> @PoojaDP-23 Please also merge latest `master` tree into the PR branch so as to trigger GHA checks for this PR. Thanks!

@jerboaa - I have performed below steps to merge latest master into PR branch. Could you please take a look?

git checkout master
git pull https://github.com/openjdk/jdk11u-dev master
git checkout <Your_BRANCH_NAME>
git merge master
git push origin HEAD

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

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/1890#issuecomment-1568216258


More information about the jdk-updates-dev mailing list