Integrated: 8325516: Shenandoah: Move heap change tracking into ShenandoahHeap
William Kemper
wkemper at openjdk.org
Fri Feb 9 07:46:06 UTC 2024
On Thu, 8 Feb 2024 18:24:09 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.
This pull request has now been integrated.
Changeset: cc276ff0
Author: William Kemper <wkemper at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/cc276ff0dfa0a568ebf0a66e0762a6de19fa6a49
Stats: 24 lines in 4 files changed: 11 ins; 11 del; 2 mod
8325516: Shenandoah: Move heap change tracking into ShenandoahHeap
Reviewed-by: shade, kdnilsen, ysr
-------------
PR: https://git.openjdk.org/jdk/pull/17777
More information about the shenandoah-dev
mailing list