RFR: 8364649: G1: Move collection set related full gc reset code into abandon_collection_set() method

Albert Mingkun Yang ayang at openjdk.org
Thu Aug 7 08:40:15 UTC 2025


On Mon, 4 Aug 2025 15:48:13 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this change that removes all collection set related "abandoning" for full collection into `G1CollectedHeap::abandon_collection_set()`. Otherwise, when needing to search all over the place for the components, it's harder to verify if everything is actually properly handled.
> 
> Testing: gha
> 
> Thanks,
>   Thomas

Marked as reviewed by ayang (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/26624#pullrequestreview-3096041566


More information about the hotspot-gc-dev mailing list