RFR: 8370774: Merge ModRefBarrierSet into CardTableBarrierSet
Thomas Schatzl
tschatzl at openjdk.org
Fri Oct 31 08:23:07 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
Seems good.
-------------
Marked as reviewed by tschatzl (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/28013#pullrequestreview-3402999525
More information about the hotspot-gc-dev
mailing list