RFR: Align plabs on card boundaries
William Kemper
wkemper at openjdk.java.net
Wed Oct 27 20:18:48 UTC 2021
On Wed, 27 Oct 2021 19:22:27 GMT, Kelvin Nilsen <kdnilsen at openjdk.org> wrote:
> If plabs are not aligned on remembered set card boundaries, then we need synchronization locks to register the promotion objects allocated by each thread. We do not currently have these synchronization locks and do not want to add them. Instead, we are enforcing that all of the objects that reside within a particular remembered set card are allocated by the same thread.
Looks good to me.
-------------
Marked as reviewed by wkemper (Committer).
PR: https://git.openjdk.java.net/shenandoah/pull/95
More information about the shenandoah-dev
mailing list