RFR: 8350898: Shenandoah: Eliminate final roots safepoint [v5]
William Kemper
wkemper at openjdk.org
Thu Mar 13 20:43:05 UTC 2025
> This PR converts the final roots safepoint operation into a handshake. The safepoint operation still exists, but is only executed when `ShenandoahVerify` is enabled. In addition to this change, this PR also improves the logging for the concurrent preparation for update references from [PR 22688](https://github.com/openjdk/jdk/pull/22688).
William Kemper has updated the pull request incrementally with one additional commit since the last revision:
Add comment explaining use of _trashed_oops
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/23830/files
- new: https://git.openjdk.org/jdk/pull/23830/files/a3575f1e..cd6c6e44
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=23830&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=23830&range=03-04
Stats: 4 lines in 1 file changed: 4 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/23830.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/23830/head:pull/23830
PR: https://git.openjdk.org/jdk/pull/23830
More information about the shenandoah-dev
mailing list