RFR: 8370774: Merge ModRefBarrierSet into CardTableBarrierSet

Albert Mingkun Yang ayang at openjdk.org
Tue Nov 4 09:26:36 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

Thanks for review.

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

PR Comment: https://git.openjdk.org/jdk/pull/28013#issuecomment-3484837794


More information about the hotspot-dev mailing list