RFR: 8369814: G1: Relax card mark and store ordering [v5]
Thomas Schatzl
tschatzl at openjdk.org
Tue Oct 14 12:49:23 UTC 2025
On Tue, 14 Oct 2025 12:46:51 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> This PR removes the card-mark and store ordering constraint. The first commit changes `card_mark_must_follow_store` to `false` and the second commit removes all uses of `card_mark_must_follow_store`, because both the original method and its override are identical, and no GC have such ordering requirement any more.
>>
>> Test: tier1-5
>
> Albert Mingkun Yang has updated the pull request incrementally with one additional commit since the last revision:
>
> review
lgtm!
-------------
Marked as reviewed by tschatzl (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/27794#pullrequestreview-3335427722
More information about the shenandoah-dev
mailing list