RFR: 8369814: G1: Relax card mark and store ordering [v5]

Francesco Andreuzzi fandreuzzi at openjdk.org
Thu Oct 16 08:20:47 UTC 2025


On Tue, 14 Oct 2025 12:49:22 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

Marked as reviewed by fandreuzzi (Author).

-------------

PR Review: https://git.openjdk.org/jdk/pull/27794#pullrequestreview-3343613146


More information about the shenandoah-dev mailing list