RFR: Abandon old gen cset candidates upon global collection

Roman Kennke rkennke at openjdk.java.net
Fri May 14 11:58:02 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.

Looks good! Thank you!

-------------

Marked as reviewed by rkennke (Lead).

PR: https://git.openjdk.java.net/shenandoah/pull/38


More information about the shenandoah-dev mailing list