RFR: 8275511: G1: Rename needs_remset_update to remset_is_tracked in G1HeapRegionAttr
Thomas Schatzl
tschatzl at openjdk.java.net
Tue Oct 19 14:18:50 UTC 2021
On Tue, 19 Oct 2021 13:55:25 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Simple renaming of `G1HeapRegionAttr::_needs_remset_update` and methods/variables involved in the call chain.
>
> Test: build
Please also rename `G1CollectedHeap::verify_region_attr_remset_update` to `G1CollectedHeap::verify_region_attr_remset_is_tracked`.
-------------
Changes requested by tschatzl (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/6013
More information about the hotspot-gc-dev
mailing list