RFR: 8325516: Shenandoah: Move heap change tracking into ShenandoahHeap [v2]
Kelvin Nilsen
kdnilsen at openjdk.org
Thu Feb 8 20:35:55 UTC 2024
On Thu, 8 Feb 2024 19:42:15 GMT, William Kemper <wkemper at openjdk.org> wrote:
>> Shenandoah sets a flag when new regions are allocated or retired. This flag currently resides in the control thread. Moving it into the heap reduces code duplication with upcoming generational mode changes.
>
> William Kemper has updated the pull request incrementally with one additional commit since the last revision:
>
> Use try_set for updating heap changed flag
Marked as reviewed by kdnilsen (no project role).
-------------
PR Review: https://git.openjdk.org/jdk/pull/17777#pullrequestreview-1871209272
More information about the shenandoah-dev
mailing list