-
Sub-task
-
Resolution: Fixed
-
P4
-
12.0.2, 13
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226775 | 12.0.2 | Clifford Wayne | P4 | Resolved | Delivered |
In previous releases, Shenandoah reported the max heap size as the current heap size. This reporting error resulted from changing the heap sizing scheme to per-region commit/uncommit. In this release, Shenandoah reports the proper amount of committed memory that is taken by the current heap. The changes in this release also eliminate redundant logging lines that print reserved/committed/used memory sizes. This change makes Shenandoah GC logging more consistent with other GCs. Users are advised to check their GC log parsing scripts. See JDK-8222185.
- backported by
-
JDK-8226775 Release Note: Shenandoah Logs Report Proper Committed Heap Size
- Resolved