-
Enhancement
-
Resolution: Fixed
-
P4
-
8-shenandoah, 11.0.9, 15, 16
-
b15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8252891 | 15.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
JDK-8253463 | 11.0.10 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
Since JDK 13, there is a SoftMaxHeapSize option that basically instructs GC heuristics to target that particular heap size, while leaving the headroom for allocation spikes and other contingencies. It makes sense to support this in Shenandoah.
Backporting to 11u and 8u under ShenandoahSoftMaxHeapSize might be considered.
Backporting to 11u and 8u under ShenandoahSoftMaxHeapSize might be considered.
- backported by
-
JDK-8252891 Shenandoah: support manageable SoftMaxHeapSize option
- Resolved
-
JDK-8253463 Shenandoah: support manageable SoftMaxHeapSize option
- Resolved
- relates to
-
JDK-8259310 Shenandoah: adaptive heuristics should account soft max heap target in region selection
- New