RFR: 8342588: Shenandoah: Pull shared closures together in one header [v4]
Aleksey Shipilev
shade at openjdk.org
Wed Oct 30 10:27:16 UTC 2024
On Wed, 30 Oct 2024 07:20:43 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`
>
> Aleksey Shipilev has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
>
> - Merge branch 'master' into JDK-8342588-shenandoah-shared-closures
> - Merge branch 'master' into JDK-8342588-shenandoah-shared-closures
> - Fix Zero builds
> - Fix
Thanks all!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21579#issuecomment-2446471913
More information about the hotspot-gc-dev
mailing list