RFR: 8331562: G1: Remove API to force allocation of new regions

Ivan Walulya iwalulya at openjdk.org
Thu May 2 13:35:53 UTC 2024


On Thu, 2 May 2024 13:10:09 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   this change removes the API to allow forced allocation of new regions in G1. Before region pinning,
> G1 would force allocations of new regions beyond the calculated young gen limit while the gclocker had been active.
> 
> With region pinning, this forced allocation is not necessary any more.
> 
> Depends on #19061.
> 
> Testing: local compilation, gha
> 
> Hth,
>   Thomas

LGTM!

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

Marked as reviewed by iwalulya (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/19062#pullrequestreview-2035762515


More information about the hotspot-gc-dev mailing list