-
Task
-
Resolution: Won't Fix
-
P4
-
None
-
24
After concurrent marking is complete, Shenandoah will skip the evacuation phase if a sufficient amount of garbage is found in regions that contain _no live objects_. These abbreviated cycles are much shorter than a cycle that performs evacuation and update references and tend to lower the average cycle time used by the heuristic to predict cycle times. This may cause the heuristic to wait too long to initiate a cycle and may lead to degenerated cycles. This change has the heuristic ignore abbreviated cycle times by default, with an option to have the heuristic count them as it does now.
- relates to
-
JDK-8335347 GenShen: Revert change that has adaptive heuristic ignore abbreviated cycles
- Resolved
- links to
-
Review openjdk/jdk/19640