RFR: 8333917: G1: Refactor G1CollectedHeap::register_old_region_with_region_attr

Guoxiong Li gli at openjdk.org
Tue Jun 11 02:56:17 UTC 2024


On Mon, 10 Jun 2024 16:12:21 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> Trivial using literal when it's statically known.

Looks good.

The assertion `r->rem_set()->is_complete()` means the `r->rem_set()->is_tracked()` must be  `true`.

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

Marked as reviewed by gli (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/19634#pullrequestreview-2109182820


More information about the hotspot-gc-dev mailing list