Integrated: Load balance remembered set scanning
Kelvin Nilsen
kdnilsen at openjdk.org
Mon Aug 1 22:18:13 UTC 2022
On Wed, 27 Jul 2022 19:38:05 GMT, Kelvin Nilsen <kdnilsen at openjdk.org> wrote:
> This branch divides remembered set scanning into smaller units of work so that multiple cores can more effectively share the workload between them. The benefit is to reduce concurrent scan remembered set times and to increase the parallelism of this phase.
This pull request has now been integrated.
Changeset: 16a9ab63
Author: Kelvin Nilsen <kdnilsen at openjdk.org>
URL: https://git.openjdk.org/shenandoah/commit/16a9ab63be2591fd4133a204a000cb3406afdede
Stats: 633 lines in 8 files changed: 527 ins; 53 del; 53 mod
Load balance remembered set scanning
Reviewed-by: wkemper
-------------
PR: https://git.openjdk.org/shenandoah/pull/153
More information about the shenandoah-dev
mailing list