Integrated: 8364934: G1: Rename members of G1CollectionSet

Thomas Schatzl tschatzl at openjdk.org
Thu Aug 21 11:57:07 UTC 2025


On Thu, 7 Aug 2025 09:32:06 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this renaming of various members of `G1CollectionSet` to
> 
> - use the same prefixes for the regions ("_regions") and candidate groups ("_groups") consistently, avoiding adding prefixes here and there for no discernible reason
> - remove unnecessary prefixes (`collection_set`) - everything is part of the collection set
> - fix/improve some documentation
> 
> Testing: gha
> 
> Thanks,
>   THoams

This pull request has now been integrated.

Changeset: 02fe095d
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/02fe095d29994bec28c85beb6bf2a69b0f49b206
Stats:     111 lines in 7 files changed: 15 ins; 4 del; 92 mod

8364934: G1: Rename members of G1CollectionSet

Reviewed-by: ayang, kbarrett

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

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


More information about the hotspot-gc-dev mailing list