RFR: 8328278: Serial: Compute tenuring threshold before GC
Guoxiong Li
gli at openjdk.org
Fri Mar 22 02:36:21 UTC 2024
On Wed, 20 Mar 2024 17:16:10 GMT, Guoxiong Li <gli 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`.
If nobody disagrees, I will change the code today.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18329#issuecomment-2014204708
More information about the hotspot-gc-dev
mailing list