Relates :
|
Since JDK-8140326 we allow reclamation of old gen regions reclaimed at any gc. There is the set of regions selected by marking that is supposed to be guaranteed to be evacuated during Mixed GCs. That set is however already available during the Prepare Mixed gc, forcing it to collect the minimum set of old regions even if we did not provide time for it. For marking candidate regions, allow the gc to not add any of these regions.
|