[jdk8u-dev] RFR: 8293562: KeepAliveCache Blocks Threads while Closing Connections [v4]
Andrew John Hughes
andrew at openjdk.org
Tue May 14 00:25:08 UTC 2024
On Tue, 9 Apr 2024 17:11:05 GMT, Dhamoder Nalla <dhanalla at openjdk.org> wrote:
> This seems OK now modulo some whitespace changes. The best course of action would be to compare the `KeepAliveCache.java` file to the version from `jdk11u` and fix the whitespace changes in the current version. The only difference then should be in the `AccessController.doPrivileged(` block between JDK 8 and 11 and nothing else.
>
This now looks correct after applying the patch, though the 8u & 11u patches look different to achieve the same end result. There's an additional whitespace change which I'm not sure if it was missed in an earlier backport or 8u only to begin with, but the file looks good after this patch, which is the main thing.
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/409#issuecomment-2109045905
More information about the jdk8u-dev
mailing list