Integrated: 8318570: GenShen: Only start old cycles if a young cycle is ready to run
William Kemper
wkemper at openjdk.org
Fri Oct 20 18:13:08 UTC 2023
On Thu, 19 Oct 2023 21:56:21 GMT, William Kemper <wkemper at openjdk.org> wrote:
> Each old cycle in the generational mode is preceded by a "bootstrap" young cycle. When old cycles are triggered independently of young cycles, the bootstrap cycle may be unproductive (especially if it follows a recent young cycle). With this change, the bootstrap cycle effectively replaces the ordinary young cycle.
This pull request has now been integrated.
Changeset: 5e15c2b1
Author: William Kemper <wkemper at openjdk.org>
URL: https://git.openjdk.org/shenandoah/commit/5e15c2b150b8ed1e5331cf02d37a0821c85a5746
Stats: 38 lines in 6 files changed: 13 ins; 0 del; 25 mod
8318570: GenShen: Only start old cycles if a young cycle is ready to run
Reviewed-by: kdnilsen
-------------
PR: https://git.openjdk.org/shenandoah/pull/344
More information about the shenandoah-dev
mailing list