Integrated: 8308181: Generational ZGC: Remove CLDG_lock from old gen root scanning

Erik Österlund eosterlund at openjdk.org
Mon May 22 10:23:59 UTC 2023


On Tue, 16 May 2023 12:25:13 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:

> We already removed the CLDG_lock from young gen root scanning, after the CLDG was made concurrently walkable with [JDK-8307106](https://bugs.openjdk.org/browse/JDK-8307106). We should remove it from the old generation root scanning code as well.

This pull request has now been integrated.

Changeset: 8011ba74
Author:    Erik Österlund <eosterlund at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8011ba74a20c069e094a878ab4a1843036521272
Stats:     14 lines in 2 files changed: 0 ins; 12 del; 2 mod

8308181: Generational ZGC: Remove CLDG_lock from old gen root scanning

Reviewed-by: ayang, aboldtch

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

PR: https://git.openjdk.org/jdk/pull/14011


More information about the hotspot-gc-dev mailing list