Integrated: 8295156: G1: Improve constant other time calculation

Thomas Schatzl tschatzl at openjdk.org
Fri Oct 14 13:57:34 UTC 2022


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

> Hi all,
> 
>   can I have reviews for this change from Ivan that improves current constant other time calculation, allowing for better predictions?
> 
> After many years of changes to the garbage collection algorithm, moving around phases, the current calculation of constant other time became just wrong. This change fixes this.
> 
> Depends on PR#10652, please review that one first if not done yet.
> 
> Testing: Testing: gha, local testing, tier1-5 with other changes in this patch series, perf testing with other changes in this patch series
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: 312985ee
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/312985eea6237d75fae0f3c0cceb4f16e18b73b4
Stats:     5 lines in 2 files changed: 3 ins; 0 del; 2 mod

8295156: G1: Improve constant other time calculation

Co-authored-by: Ivan Walulya <iwalulya at openjdk.org>
Reviewed-by: kbarrett, iwalulya

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

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



More information about the hotspot-gc-dev mailing list