RFR: 8328278: Serial: Compute tenuring threshold before GC
Guoxiong Li
gli at openjdk.org
Wed Mar 20 17:18:21 UTC 2024
On Wed, 20 Mar 2024 17:02:06 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Regarding how to address the issue, after considering it further, I believe the threshold is not intrinsically linked to the age table. Therefore, it likely makes sense to exclude it from the age-table `print_age_table`. Specific collectors could choose to include the threshold in the log if they find it valuable. Then, this removes the ambiguity in the `print_age_table` output. What do others think?
I agree. The threshold doesn't need to be printed in `print_age_table`.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18329#issuecomment-2010124076
More information about the hotspot-gc-dev
mailing list