Integrated: Abandon old gen cset candidates upon global collection
William Kemper
wkemper at openjdk.java.net
Fri May 14 16:18:18 UTC 2021
On Thu, 13 May 2021 18:31:59 GMT, William Kemper <wkemper at openjdk.org> wrote:
> When a _global_ collection occurs, it will include the old generation. When this happens, it doesn't make sense to continue with mixed collections of the old generation. This changes fixes an assert caused by the same old region being added more than once to the collection set.
This pull request has now been integrated.
Changeset: 207da43e
Author: William Kemper <wkemper at openjdk.org>
URL: https://git.openjdk.java.net/shenandoah/commit/207da43eeaf7dc7817fae622a8c36c83fe3e1d1e
Stats: 31 lines in 7 files changed: 30 ins; 0 del; 1 mod
Abandon old gen cset candidates upon global collection
Reviewed-by: rkennke
-------------
PR: https://git.openjdk.java.net/shenandoah/pull/38
More information about the shenandoah-dev
mailing list