-
Bug
-
Resolution: Fixed
-
P3
-
18
-
b22
Preventive collections trigger before maxing out heap, i.e. it uses the current heap size for triggering instead of the maximum available.
As this feature is about preventing evacuation failures, they will not occur anyway if G1 can still expand the heap.
As this feature is about preventing evacuation failures, they will not occur anyway if G1 can still expand the heap.
- relates to
-
JDK-8257774 G1: Trigger collect when free region count drops below threshold to prevent evacuation failures
- Resolved