[jdk17u-dev] RFR: 8319048: Monitor deflation unlink phase prolongs time to safepoint [v2]

Aleksey Shipilev shade at openjdk.org
Fri Apr 19 16:26:06 UTC 2024


On Fri, 19 Apr 2024 08:29:27 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> I think this nominally affects JDK 17, but: a) that logging is already the issue in JDK 17; b) it only manifests when extended logging is requested. So we should consider as the follow-up low-priority backport.

I tried to reproduce extra logging after this PR had landed in jdk17u-dev, and I don't think it is a problem. It was a huge problem before [JDK-8319896](https://bugs.openjdk.org/browse/JDK-8319896) yanked deflation from the final audit, and which point logging became massive. In JDK 17u, we still do deflation at final audit, so this is a non-issue.

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

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2309#issuecomment-2066901704


More information about the jdk-updates-dev mailing list