Integrated: 8304712: Only pass total number of regions into G1Policy::calc_min_old_cset_length

Thomas Schatzl tschatzl at openjdk.org
Thu Mar 23 19:16:38 UTC 2023


On Wed, 22 Mar 2023 16:33:11 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this change that refactors `G1Policy::calc_min_old_cset_length` to take only required parameters and also just use `ceil()` for the calculation. It just does not matter to be clever here imo.
> 
> Testing: gha
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: 7f9e6916
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7f9e691630753af44648d946b5f5ba3dbad68b57
Stats:     16 lines in 3 files changed: 1 ins; 6 del; 9 mod

8304712: Only pass total number of regions into G1Policy::calc_min_old_cset_length

Reviewed-by: ayang, iwalulya

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

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


More information about the hotspot-gc-dev mailing list