RFR: 8328278: Do not print the tenuring threshold in AgeTable::print_on [v4]
Guoxiong Li
gli at openjdk.org
Tue Apr 2 10:23:18 UTC 2024
> Hi all,
>
> This patch places the SerialGC code that computes tenuring threshold before per GC instead of after per GC, so that the method `AgeTable::print_on` prints the right tenuring threshold. Just like the current G1 implementation.
>
> Thanks for taking the time to review.
>
> Best Regards,
> -- Guoxiong
Guoxiong Li 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. The pull request contains six additional commits since the last revision:
- Merge branch 'master' into SERIAL_GC_AGE_TABLE
- Fix test TestAgeOutput.
- Do not print threshold.
- Merge branch 'master' into SERIAL_GC_AGE_TABLE
- Revert.
- JDK-8328278
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18329/files
- new: https://git.openjdk.org/jdk/pull/18329/files/31caa031..b760cbae
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18329&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18329&range=02-03
Stats: 14074 lines in 344 files changed: 6462 ins; 5561 del; 2051 mod
Patch: https://git.openjdk.org/jdk/pull/18329.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18329/head:pull/18329
PR: https://git.openjdk.org/jdk/pull/18329
More information about the hotspot-gc-dev
mailing list