src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
changeset 49054 fa4c8865a4ff
parent 49048 4e8c86b75428
child 49377 ecd91135d645
equal deleted inserted replaced
49053:0b61efd5a439 49054:fa4c8865a4ff
  1274   MetaspaceGC::compute_new_size();
  1274   MetaspaceGC::compute_new_size();
  1275 
  1275 
  1276   // We reclaimed old regions so we should calculate the sizes to make
  1276   // We reclaimed old regions so we should calculate the sizes to make
  1277   // sure we update the old gen/space data.
  1277   // sure we update the old gen/space data.
  1278   g1h->g1mm()->update_sizes();
  1278   g1h->g1mm()->update_sizes();
  1279   g1h->allocation_context_stats().update_after_mark();
       
  1280 }
  1279 }
  1281 
  1280 
  1282 void G1ConcurrentMark::complete_cleanup() {
  1281 void G1ConcurrentMark::complete_cleanup() {
  1283   if (has_aborted()) return;
  1282   if (has_aborted()) return;
  1284 
  1283