Integrated: 8342119: Shenandoah: Remove extra ShenandoahUpdateRefsClosure
Aleksey Shipilev
shade at openjdk.org
Thu Oct 17 18:13:15 UTC 2024
On Tue, 15 Oct 2024 08:53:00 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> We have a duplicate `ShenandoahUpdateRefsClosure`, which we use in a few places. For bulk GC operations, we have `ShenandoahConcUpdateRefsClosure` and `ShenandoahSTWUpdateRefsClosure` that are semantically similar to that one. We can drop the `ShenandoahUpdateRefsClosure` in favor of these two existing ones.
>
> Additional testing:
> - [x] Linux x86_64 server fastdebug, `hotspot_gc_shenandoah`
> - [x] Performance tests (no regressions)
This pull request has now been integrated.
Changeset: b993227e
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b993227e2f3233c7b34a77eebbeeb1c51d2b7cfe
Stats: 46 lines in 9 files changed: 4 ins; 27 del; 15 mod
8342119: Shenandoah: Remove extra ShenandoahUpdateRefsClosure
Reviewed-by: wkemper, kdnilsen, rkennke
-------------
PR: https://git.openjdk.org/jdk/pull/21517
More information about the hotspot-gc-dev
mailing list