-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
None
-
Affects Version/s: None
-
Component/s: hotspot
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().
- links to
-
Review(master)
openjdk/jdk/28834