Integrated: Recompute generation accounts after fullgc

Kelvin Nilsen kdnilsen at openjdk.org
Thu Mar 30 22:40:06 UTC 2023


On Wed, 29 Mar 2023 21:26:40 GMT, Kelvin Nilsen <kdnilsen at openjdk.org> wrote:

> This fix addresses a problem found during verification following full gcs.  This recomputes the generation usage at the end of full GC as part of a 5th phase of full gc.
> 
> We may be able to remove this 5th phase at a later time after we find and fix whatever errors exist in generation accounting in the existing full gc implementation.

This pull request has now been integrated.

Changeset: f7cede97
Author:    Kelvin Nilsen <kdnilsen at openjdk.org>
URL:       https://git.openjdk.org/shenandoah/commit/f7cede97c507cf847579f001de311353bd3c7d86
Stats:     71 lines in 5 files changed: 71 ins; 0 del; 0 mod

Recompute generation accounts after fullgc

Reviewed-by: ysr, wkemper

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

PR: https://git.openjdk.org/shenandoah/pull/235


More information about the shenandoah-dev mailing list