RFR: 8328278: Serial: Compute tenuring threshold before GC
Albert Mingkun Yang
ayang at openjdk.org
Mon Mar 18 15:53:26 UTC 2024
On Fri, 15 Mar 2024 15:59:58 GMT, Guoxiong Li <gli at openjdk.org> wrote:
> so that the method AgeTable::print_on prints the right tenuring threshold
Can you elaborate on this? As I understand the code, whether computing the threshold at the end of young-gc-pause or at the start of (next) young-gc-pause doesn't make any diff in the value of the threshold.
Also, why does this patch remove `age_table()->print_age_table..`?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18329#issuecomment-2004290428
More information about the hotspot-gc-dev
mailing list