Details
-
Sub-task
-
Resolution: Fixed
-
P4
-
12.0.2, 13
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8225611 | 12.0.2 | Clifford Wayne | P4 | Resolved | Delivered |
Description
Before the changes in this release, `-Xms` was treated as setting the "initial heap size." This enabled the Shenandoah heap sizing policy to uncommit unused heap that was below that setting. With this release, `-Xms` is treated as providing the "minimum heap size." This change prevents Shenandoah from uncommitting unused heap that is below the `-Xms` setting. `-Xms` can now be used to fine-tune footprint vs. allocation overhead tradeoffs.
Attachments
Issue Links
- backported by
-
JDK-8225611 Release Note: Shenandoah Changes -Xms to Mean "minimum heap size"
- Resolved