Integrated: Use soft max capacity only for trigger calculations
William Kemper
wkemper at openjdk.org
Thu May 18 20:46:44 UTC 2023
On Wed, 17 May 2023 17:49:56 GMT, William Kemper <wkemper at openjdk.org> wrote:
> Use the soft max heap capacity only for the trigger's availability calculations. Our current generation sizing calculations cannot tolerate arbitrary changes to capacity. This use of soft max heap is consistent with original non-generational behavior. Here, the soft max heap capacity is applied directly as the heuristics view of the capacity of the young generation.
This pull request has now been integrated.
Changeset: 238fb7a7
Author: William Kemper <wkemper at openjdk.org>
URL: https://git.openjdk.org/shenandoah/commit/238fb7a7fe9d9c5dfdba807a84e223a4ed372cb2
Stats: 38 lines in 5 files changed: 12 ins; 5 del; 21 mod
Use soft max capacity only for trigger calculations
Reviewed-by: kdnilsen, ysr
-------------
PR: https://git.openjdk.org/shenandoah/pull/280
More information about the shenandoah-dev
mailing list