equal
deleted
inserted
replaced
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) { |