Integrated: 8294842: Pass actual pending cards to G1Policy::update_young_length_bounds during young gen revise

Thomas Schatzl tschatzl at openjdk.org
Fri Oct 14 11:30:42 UTC 2022


On Tue, 11 Oct 2022 12:33:31 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   can I have reviews for this change that passes the actual amount of pending cards to `G1Policy::update_young_length_bounds` instead of some prediction during young gen revising?
> That improves predictions quite a bit.
> 
> Depends on PR#10647, so please review that one first.
> 
> Testing: gha, local testing, tier1-5 with other changes in this patch series, perf testing with other changes in this patch series

This pull request has now been integrated.

Changeset: f31c80d9
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f31c80d9514dd1d206c593c5ae5cff5149d3706f
Stats:     18 lines in 3 files changed: 5 ins; 1 del; 12 mod

8294842: Pass actual pending cards to G1Policy::update_young_length_bounds during young gen revise

Reviewed-by: kbarrett, ayang

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

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



More information about the hotspot-gc-dev mailing list