-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 21, 25, 26
-
Component/s: hotspot
-
b05
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8375239 | 26 | Kelvin Nilsen | P4 | Resolved | Fixed | b31 |
Following a degenerated cycle, Shenandoah is supposed to increase the heuristic triggering penalty to cause more aggressive triggering. We recently discovered that the code to impose the degeneration penalty is missing.
Add a call to _generation->heuristics()->record_success_degenerated() at the end of ShenandoahDegenGC:op_degenerated().
Add a call to _generation->heuristics()->record_success_degenerated() at the end of ShenandoahDegenGC:op_degenerated().
- backported by
-
JDK-8375239 Shenandoah: Register heuristic penalties following a degenerated GC
-
- Resolved
-
- links to
-
Commit(jdk26)
openjdk/jdk/aae9f926
-
Commit(master)
openjdk/jdk/385c4f81
-
Review(jdk26)
openjdk/jdk/29213
-
Review(master)
openjdk/jdk/28834