Integrated: 8321816: GenShen: Provide a minimum amount of time for an old collection to run

William Kemper wkemper at openjdk.org
Tue Jan 2 16:36:16 UTC 2024


On Thu, 14 Dec 2023 19:11:34 GMT, William Kemper <wkemper at openjdk.org> wrote:

> Young collections are allowed to interrupt old collections. Under heavy load, this may result in starvation of old collections - which may in turn lead to even more memory pressure on the young generation. Adding a minimum guaranteed amount of time for the old gc to make progress will help avoid this situation.

This pull request has now been integrated.

Changeset: 80f7780b
Author:    William Kemper <wkemper at openjdk.org>
URL:       https://git.openjdk.org/shenandoah/commit/80f7780bfd2435486a5941629d6b4913b82e60b7
Stats:     86 lines in 7 files changed: 45 ins; 17 del; 24 mod

8321816: GenShen: Provide a minimum amount of time for an old collection to run

Reviewed-by: kdnilsen, ysr

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

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


More information about the shenandoah-dev mailing list