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

Thomas Schatzl tschatzl at openjdk.org
Fri Aug 8 08:10:40 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

This pull request has now been integrated.

Changeset: a26a6f31
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a26a6f31524aba61ed83bf3ffdc7713e3e5f5911
Stats:     7 lines in 3 files changed: 4 ins; 3 del; 0 mod

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

Reviewed-by: ayang, sangheki

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

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


More information about the hotspot-gc-dev mailing list