RFR: Clear young generation reference to old mark queues when starting global collect
Roman Kennke
rkennke at openjdk.java.net
Thu Nov 18 20:13:19 UTC 2021
On Thu, 18 Nov 2021 19:45:40 GMT, William Kemper <wkemper at openjdk.org> wrote:
> If concurrent marking in old is preempted by a _global_ collection, the old mark is abandoned. The young generation should no longer hold a reference to the old mark queues. Without this fix, collections in young generation may erroneously behave as though concurrent mark in old is still running.
Marked as reviewed by rkennke (Lead).
-------------
PR: https://git.openjdk.java.net/shenandoah/pull/99
More information about the shenandoah-dev
mailing list