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.
---- 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.