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

Paul Hohensee phh at openjdk.org
Wed Apr 17 22:52:15 UTC 2024


On Tue, 19 Mar 2024 18:33:35 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Unclean backport to eliminate another safepoint hiccup caused by monitor deflation. The uncleanliness comes mostly from `NULL` vs `nullptr` differences in affected hunks. I chose to accept the new version that uses `nullptr` consistently, even though some `NULL`-s might have been left alone.
> 
> Additional testing:
>   - [x] Linux x86_64 server fastdebug, `all` tests pass

Marked as reviewed by phh (Reviewer).

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

PR Review: https://git.openjdk.org/jdk17u-dev/pull/2309#pullrequestreview-2007471715


More information about the jdk-updates-dev mailing list