Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The code performing cleanup, currently part of SizeDeltaGcEstimation, could be split in two independent implementations. That piece of code currently implements two slightly different estimation strategies, for full and tail compaction respectively. It will be beneficial for DefaultGarbageCollectionStrategy to split SizeDeltaGcEstimation in two different implementations.