RFR: 8365026: G1: Initialization should start a "full" new collection set

Albert Mingkun Yang ayang at openjdk.org
Tue Aug 12 08:57:11 UTC 2025


On Thu, 7 Aug 2025 10:05:52 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this change that makes G1 start a "full" new collection set at initialization time, calling `G1CollectedHeap::start_new_collection_set()`.
> 
> Previously G1 only did part of that (start incremental building only), on a not-fully initialized collection set instance. It works, but is not nice.
> 
> Testing: gha
> 
> Thanks,
>   Thomas

Marked as reviewed by ayang (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/26673#pullrequestreview-3109354875


More information about the hotspot-gc-dev mailing list