RFR: 8306541: Refactor collection set candidate handling to prepare for JDK-8140326 [v9]
Thomas Schatzl
tschatzl at openjdk.org
Thu May 11 14:05:55 UTC 2023
On Tue, 9 May 2023 13:08:10 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:
>>
>> iwalulya review
>
> src/hotspot/share/gc/g1/g1CollectionSetCandidates.hpp line 43:
>
>> 41:
>> 42: // A set of HeapRegion*.
>> 43: class G1CollectionSetRegionList {
>
> Now that this is just a region-list, maybe drop the "CollectionSet" part?
I would like to keep the name as is and avoid generalizations that are unnecessary at this time. If there is additional use for it, we can always factor it out.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13666#discussion_r1191220241
More information about the hotspot-gc-dev
mailing list