RFR: 8369622: GlobalChunkPoolMutex is recursively locked during error handling [v2]
Coleen Phillimore
coleenp at openjdk.org
Tue Oct 21 13:52:14 UTC 2025
> 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.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/27869/files
- new: https://git.openjdk.org/jdk/pull/27869/files/9a27e598..9f1525db
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=27869&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=27869&range=00-01
Stats: 20 lines in 3 files changed: 17 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/27869.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/27869/head:pull/27869
PR: https://git.openjdk.org/jdk/pull/27869
More information about the hotspot-runtime-dev
mailing list