RFR: 8322828: Parallel: Rename ParallelCompactData::_region_start
Thomas Schatzl
tschatzl at openjdk.org
Tue Jan 9 13:21:23 UTC 2024
On Tue, 2 Jan 2024 09:39:20 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Simple renaming to avoid overloading the name "region" in its context.
Thank you for doing this. Lgtm.
One option to clean up the asserts a bit more could be introducing helper functions for the many is-addr-between-heap_start-and-heap_end checks.
-------------
Marked as reviewed by tschatzl (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/17218#pullrequestreview-1811137906
More information about the hotspot-gc-dev
mailing list