-
Enhancement
-
Resolution: Fixed
-
P4
-
8-shenandoah, 11-shenandoah, 14
-
b19
Shenandoah is used on smaller heaps as well as large ones. There, the default unit of "M" makes the logs too coarse and lose information. We have already fixed up some of the uses where it is critical. This issue handles the rest of the cases. This makes more sense after JDK-8217315 is fixed.
Note the GC timings/heap-sizes themselves are handled by shared code, see JDK-8232100.
Note the GC timings/heap-sizes themselves are handled by shared code, see JDK-8232100.
- relates to
-
JDK-8233303 Shenandoah: verifier assert erroneously uses byte_size_in_exact_unit
- Resolved
-
JDK-8217315 Proper units should print more significant digits
- Resolved
-
JDK-8236829 JDK-8232102 backport breaks s390
- In Progress
-
JDK-8232100 GC timings should use proper units for heap sizes
- Open