RFR: 8350898: Shenandoah: Eliminate final roots safepoint
William Kemper
wkemper at openjdk.org
Thu Feb 27 19:56:17 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).
-------------
Commit messages:
- Fix comments
- Add whitespace at end of file
- More detail for init update refs event message
- Use timing tracker for timing verification
- Merge remote-tracking branch 'jdk/master' into eliminate-final-roots
- WIP: Fix up phase timings for newly concurrent final roots and init update refs
- WIP: Combine satb transfer with state propagation, restore phase timing data
- WIP: Transfer pointers out of SATB with a handshake
- WIP: Clear weak roots flag concurrently
Changes: https://git.openjdk.org/jdk/pull/23830/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23830&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8350898
Stats: 291 lines in 14 files changed: 194 ins; 47 del; 50 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