src/share/vm/gc_implementation/g1/g1MarkSweep.cpp

changeset 3268
8aae2050e83e
parent 3175
4dfb2df418f2
child 3499
aa3d708d67c4
equal deleted inserted replaced
3267:ed80554efa25 3268:8aae2050e83e
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) {

mercurial