G1HeapRegion has this facility that after iteration one can check whether all regions were iterated over.
It is only implemented for serial iteration.
There is only a single use for after a parallel iteration that incidentally works.
Remove this code that implements that due to non-use.
It is only implemented for serial iteration.
There is only a single use for after a parallel iteration that incidentally works.
Remove this code that implements that due to non-use.