Integrated: 8342861: GenShen: Old generation in unexpected state when abandoning mixed gc candidates
William Kemper
wkemper at openjdk.org
Tue Oct 29 16:56:35 UTC 2024
On Tue, 22 Oct 2024 23:29:54 GMT, William Kemper <wkemper at openjdk.org> wrote:
> When the generational mode cannot add any old regions to a mixed collection because they are _all_ pinned, it gives up trying to evacuate these regions. The regions must then be made parsable. However, if this phase is interrupted by a young collection it should no longer try to evacuate any old regions. Doing so triggered an assert when testing with `-XX:ShenandoahCoalesceChance=80` and `XX:+ShenandoahAllocFailureALot`.
This pull request has now been integrated.
Changeset: 278d3c9a
Author: William Kemper <wkemper at openjdk.org>
URL: https://git.openjdk.org/shenandoah/commit/278d3c9adc0882ec9d2f582a5e18263b6bf83b77
Stats: 10 lines in 2 files changed: 10 ins; 0 del; 0 mod
8342861: GenShen: Old generation in unexpected state when abandoning mixed gc candidates
Reviewed-by: kdnilsen
-------------
PR: https://git.openjdk.org/shenandoah/pull/522
More information about the shenandoah-dev
mailing list