RFR: 8318757: VM_ThreadDump asserts in interleaved ObjectMonitor::deflate_monitor calls [v5]
Stefan Karlsson
stefank at openjdk.org
Wed Nov 8 13:34:24 UTC 2023
> A safepointed monitor deflation pass can run interleaved with a paused async monitor deflation pass. The code is not written to handle that situation and asserts when it finds a DEFLATER_MARKER in the owner field. @pchilano also found other issues with having to monitor deflation passes interleaved. More info below ...
Stefan Karlsson has updated the pull request incrementally with one additional commit since the last revision:
Rename monitors_iterate
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16519/files
- new: https://git.openjdk.org/jdk/pull/16519/files/305b0567..2180a0c9
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16519&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16519&range=03-04
Stats: 12 lines in 4 files changed: 0 ins; 0 del; 12 mod
Patch: https://git.openjdk.org/jdk/pull/16519.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16519/head:pull/16519
PR: https://git.openjdk.org/jdk/pull/16519
More information about the hotspot-dev
mailing list