RFR: 8318757: VM_ThreadDump asserts in interleaved ObjectMonitor::deflate_monitor calls [v10]
Stefan Karlsson
stefank at openjdk.org
Mon Nov 13 09:00:31 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:
Tweak test
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16519/files
- new: https://git.openjdk.org/jdk/pull/16519/files/d87fc6eb..e90e81ff
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16519&range=09
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16519&range=08-09
Stats: 4 lines in 1 file changed: 0 ins; 2 del; 2 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