hotspot/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp
changeset 10996 b9d07748e5b3
parent 10670 4ea0e7d2ffbc
child 11636 3c07b54482a5
equal deleted inserted replaced
10995:b3b2d17ff45d 10996:b9d07748e5b3
   234   void update_sets() {
   234   void update_sets() {
   235     // We'll recalculate total used bytes and recreate the free list
   235     // We'll recalculate total used bytes and recreate the free list
   236     // at the end of the GC, so no point in updating those values here.
   236     // at the end of the GC, so no point in updating those values here.
   237     _g1h->update_sets_after_freeing_regions(0, /* pre_used */
   237     _g1h->update_sets_after_freeing_regions(0, /* pre_used */
   238                                             NULL, /* free_list */
   238                                             NULL, /* free_list */
       
   239                                             NULL, /* old_proxy_set */
   239                                             &_humongous_proxy_set,
   240                                             &_humongous_proxy_set,
   240                                             false /* par */);
   241                                             false /* par */);
   241   }
   242   }
   242 
   243 
   243   bool doHeapRegion(HeapRegion* hr) {
   244   bool doHeapRegion(HeapRegion* hr) {