RFR: 8294847: Fix calculation of G1 effective scanned cards prediction [v2]

Thomas Schatzl tschatzl at openjdk.org
Wed Oct 12 07:22:17 UTC 2022


> Hi all,
> 
>   can I have reviews of this change that fixes the prediction of the actually to be scanned cards?
> 
> In particular, the current code completely misses the log buffer cards in the "effective" number of scanned cards. The change simply assumes that all pending log buffer cards are going to be scanned, ignoring duplicates.
> 
> Other changes are just removing related, unused or unnecessary code.
> 
> Depends on PR#10644, 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
> 
> Thanks,
>   Thomas

Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:

  kbarrett review

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/10647/files
  - new: https://git.openjdk.org/jdk/pull/10647/files/7275a7b1..407f0381

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

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

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



More information about the hotspot-gc-dev mailing list