Integrated: 8328278: Do not print the tenuring threshold in AgeTable::print_on

Guoxiong Li gli at openjdk.org
Wed Apr 3 07:52:13 UTC 2024


On Fri, 15 Mar 2024 15:59:58 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> 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

This pull request has now been integrated.

Changeset: e3e6c2a8
Author:    Guoxiong Li <gli at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e3e6c2a8991fbc4f56e051e9abe004f0aa5674a0
Stats:     15 lines in 5 files changed: 0 ins; 1 del; 14 mod

8328278: Do not print the tenuring threshold in AgeTable::print_on

Reviewed-by: ayang, ysr

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

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


More information about the hotspot-gc-dev mailing list