Withdrawn: 8348400: GenShen: assert(ShenandoahHeap::heap()->is_full_gc_in_progress() || (used_regions_size() <= _max_capacity)) failed: Cannot use more than capacity #
William Kemper
wkemper at openjdk.org
Mon Mar 10 22:58:00 UTC 2025
On Thu, 23 Jan 2025 21:36:37 GMT, William Kemper <wkemper at openjdk.org> wrote:
> When the capacity of a trashed region is transferred from the young to old generation, we must first recycle the region to break its affiliation with the young generation. Failing to do this may violate the constraint that the capacity of a generation is always equal to or greater than the capacity of its affiliated regions.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/23282
More information about the hotspot-gc-dev
mailing list