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

Thomas Schatzl tschatzl at openjdk.org
Fri May 3 13:12:57 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 and unused.
> 
> Depends on #19061.
> 
> Testing: local compilation, gha
> 
> Hth,
>   Thomas

This pull request has now been integrated.

Changeset: 1d083eb1
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/1d083eb15a653dbfbd262de76c1312207192bda7
Stats:     48 lines in 8 files changed: 0 ins; 33 del; 15 mod

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

Reviewed-by: iwalulya, ayang, gli

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

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


More information about the hotspot-gc-dev mailing list