-
Type:
Task
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 21
-
Component/s: hotspot
-
b19
-
generic
-
generic
The generational mode for Shenandoah is using the AgeTable class. It was not safe to print the age table if it was created with `global=false`. We also added a method to allow it to be printed to an existing output stream and factored the original print method to use this new method.