src/hotspot/share/gc/g1/g1Allocator.cpp
changeset 51494 1906adbef2dc
parent 51332 c25572739e7c
child 52875 bb051ca06e9e
equal deleted inserted replaced
51493:6b5f3f5fd63c 51494:1906adbef2dc
   359     hr->set_open_archive();
   359     hr->set_open_archive();
   360   } else {
   360   } else {
   361     hr->set_closed_archive();
   361     hr->set_closed_archive();
   362   }
   362   }
   363   _g1h->g1_policy()->remset_tracker()->update_at_allocate(hr);
   363   _g1h->g1_policy()->remset_tracker()->update_at_allocate(hr);
   364   _g1h->old_set_add(hr);
   364   _g1h->archive_set_add(hr);
   365   _g1h->hr_printer()->alloc(hr);
   365   _g1h->hr_printer()->alloc(hr);
   366   _allocated_regions.append(hr);
   366   _allocated_regions.append(hr);
   367   _allocation_region = hr;
   367   _allocation_region = hr;
   368 
   368 
   369   // Set up _bottom and _max to begin allocating in the lowest
   369   // Set up _bottom and _max to begin allocating in the lowest