Integrated: 8342588: Shenandoah: Pull shared closures together in one header
Aleksey Shipilev
shade at openjdk.org
Wed Oct 30 10:27:17 UTC 2024
On Fri, 18 Oct 2024 09:14:47 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Currently we have shenandoahClosures.hpp and shenandoahOopClosures.hpp, each of which have some closure inside. There is no reason to have this separation, and we should really just merge everything in one header. I also did a bit of mechanical renames. There should be no semantic change with this patch.
>
> Additional testing:
> - [x] Linux x86_64 server fastdebug, `hotspot_gc_shenandoah`
This pull request has now been integrated.
Changeset: 9003524c
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/9003524c8bbe5041b8d51deb6000b688a29027f8
Stats: 452 lines in 16 files changed: 192 ins; 234 del; 26 mod
8342588: Shenandoah: Pull shared closures together in one header
Reviewed-by: wkemper, kdnilsen, simonis
-------------
PR: https://git.openjdk.org/jdk/pull/21579
More information about the hotspot-gc-dev
mailing list