Integrated: 8370774: Merge ModRefBarrierSet into CardTableBarrierSet

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

This pull request has now been integrated.

Changeset: 21f41c5f
Author:    Albert Mingkun Yang <ayang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/21f41c5f49cd3c5e6e4f29ed38701a4d92c16098
Stats:     2066 lines in 60 files changed: 633 ins; 1368 del; 65 mod

8370774: Merge ModRefBarrierSet into CardTableBarrierSet

Reviewed-by: tschatzl, iwalulya

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

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


More information about the hotspot-dev mailing list