Integrated: Allow heuristic trigger to increase capacity instead of running a collection

William Kemper wkemper at openjdk.org
Wed Jan 4 16:54:24 UTC 2023


On Fri, 30 Dec 2022 00:07:29 GMT, William Kemper <wkemper at openjdk.org> wrote:

> Before the adaptive heuristic starts a collection, it will attempt to increase the capacity of its generation. If the capacity is increased, the heuristic will re-evaluate the trigger criteria.
> 
> There is also a change here to attempt to increase the size of the old generation in response to a promotion failure.

This pull request has now been integrated.

Changeset: ba808494
Author:    William Kemper <wkemper at openjdk.org>
URL:       https://git.openjdk.org/shenandoah/commit/ba808494675509a7ed2d97d08a9fbc971dbc0900
Stats:     97 lines in 10 files changed: 73 ins; 9 del; 15 mod

Allow heuristic trigger to increase capacity instead of running a collection

Reviewed-by: kdnilsen

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

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


More information about the shenandoah-dev mailing list