-
Enhancement
-
Resolution: Won't Fix
-
P4
-
18
Preventive garbage collections are scheduled in advance to avoid evacuation failures in the hope that these garbage collections free up space - space to be reclaimed from humongous objects using eager reclaim.
For this reason, if eager reclaim is disabled, preventive collections should also be disabled as eager reclaim is the only way to reclaim space (in old gen) during young collections.
For this reason, if eager reclaim is disabled, preventive collections should also be disabled as eager reclaim is the only way to reclaim space (in old gen) during young collections.
- relates to
-
JDK-8137280 Remove eager reclaim of humongous controls
- Resolved
-
JDK-8257774 G1: Trigger collect when free region count drops below threshold to prevent evacuation failures
- Resolved