< prev index next >

src/hotspot/share/gc/g1/g1ConcurrentMark.cpp

Print this page
rev 48959 : 8198420: Remove unused extension point AllocationContextStats
Reviewed-by:

*** 1273,1283 **** MetaspaceGC::compute_new_size(); // We reclaimed old regions so we should calculate the sizes to make // sure we update the old gen/space data. g1h->g1mm()->update_sizes(); - g1h->allocation_context_stats().update_after_mark(); } void G1ConcurrentMark::complete_cleanup() { if (has_aborted()) return; --- 1273,1282 ----
< prev index next >