RFR: 8294844: Improve G1 young gen length revise trigger [v2]

Thomas Schatzl tschatzl at openjdk.org
Fri Oct 14 13:24:03 UTC 2022


> Hi all,
> 
>   please review this change that makes actual young gen length revising unconditional.
> 
> This solves the following issues:
> * currently young gen revising would only shrink the young gen, which would waste time available in the pause.
> * young gen sizing is not only dependent on remembered sets (it has been gated on changes to the remembered set only) but also significantly on the pending cards length. This means that in some cases necessary revising would not occur, being a cause for greatly missing pause times.
> 
> Depends on PR#10651, please review that one first.
> 
> 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

Thomas Schatzl has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/10652/files
  - new: https://git.openjdk.org/jdk/pull/10652/files/0aa94271..0aa94271

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=10652&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=10652&range=00-01

  Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/10652.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10652/head:pull/10652

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



More information about the hotspot-gc-dev mailing list