RFR: 8372149: G1: Remove unnecessary num_added_to_group from G1CollectionSetCandidates::set_candidates_from_marking()
Ivan Walulya
iwalulya at openjdk.org
Thu Nov 20 10:53:26 UTC 2025
On Thu, 20 Nov 2025 10:18:29 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> please review this tiny change to remove some local variable (and management) in G1. The one use of the getter from the container is just as easy to understand to me (vs. declaration and management).
>
> Testing: gha
>
> Thanks,
> Thomas
Trivial!
-------------
Marked as reviewed by iwalulya (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/28419#pullrequestreview-3487091936
More information about the hotspot-gc-dev
mailing list