RFR: 8369622: GlobalChunkPoolMutex is recursively locked during error handling [v2]
Paul Hübner
phubner at openjdk.org
Tue Oct 21 13:52:14 UTC 2025
On Tue, 21 Oct 2025 13:48:48 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> This change disables recursive locking for the ChunkPoolLocker during error handling for NMT callers. The patch is written by Johan as an alternative to supporting another recursive locker for this lock.
>> Tested with tier1-4, tier5 on aarch64 (product and debug).
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>
> Add assert, fix access modifiers and add Afshin's test.
Thank you for looking into this! Looks good.
-------------
Marked as reviewed by phubner (Author).
PR Review: https://git.openjdk.org/jdk/pull/27869#pullrequestreview-3360887586
More information about the hotspot-runtime-dev
mailing list