RFR: 8370774: Merge ModRefBarrierSet into CardTableBarrierSet

Ivan Walulya iwalulya at openjdk.org
Mon Nov 3 15:41:15 UTC 2025


On Tue, 28 Oct 2025 09:20:46 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> Merge a class into its sole subclass.
> 
> Many files are changed in this PR, and they can be largely divided into two groups, moving content of `ModRefBarrierSet` into `CardTableBarrierSet` (`src/hotspot/share/gc/`) and platform specific moving content of `ModRefBarrierSetAssembler` into `CardTableBarrierSetAssembler` (`src/hotspot/cpu/`).
> 
> Test: tier1-5 for x64 and aarch64; GHA

LGTM!

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

Marked as reviewed by iwalulya (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/28013#pullrequestreview-3411621214


More information about the hotspot-dev mailing list