Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8328278

Do not print the tenuring threshold in AgeTable::print_on

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 23
    • 23
    • hotspot
    • gc
    • b17

      G1 computes tenuring threshold before per GC according to the last age table and prints new age table after per GC. But the Serial GC computes tenuring threshold and prints new age table both after per GC. It causes the method `AgeTable::print_on` prints the wrong tenuring threshold.

      ---- update
      According to the discussion in the PR, it is better not to print the threshold in `AgeTable::print_on`. I will change the summary of this issue.

            gli Guoxiong Li
            gli Guoxiong Li
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: