--- old/src/hotspot/share/gc/g1/g1ConcurrentMark.hpp 2018-04-03 17:06:53.893090484 +0200 +++ new/src/hotspot/share/gc/g1/g1ConcurrentMark.hpp 2018-04-03 17:06:53.634082594 +0200 @@ -373,6 +373,9 @@ void reclaim_empty_regions(); + // After reclaiming empty regions, update heap sizes. + void compute_new_sizes(); + // Clear statistics gathered during the concurrent cycle for the given region after // it has been reclaimed. void clear_statistics(HeapRegion* r);