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

Albert Mingkun Yang ayang at openjdk.org
Tue Oct 14 12:49:22 UTC 2025


> 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

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/27794/files
  - new: https://git.openjdk.org/jdk/pull/27794/files/d79b1577..cf3ea34b

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=27794&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=27794&range=03-04

  Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/27794.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27794/head:pull/27794

PR: https://git.openjdk.org/jdk/pull/27794


More information about the shenandoah-dev mailing list