< prev index next >

src/share/vm/gc/g1/g1ConcurrentMark.cpp

Print this page
rev 13131 : [mq]: 8183002-remove-unused-concurrent-parameter

*** 701,711 **** _suspendible(suspendible) { } void work(uint worker_id) { SuspendibleThreadSetJoiner sts_join(_suspendible); ! G1CollectedHeap::heap()->heap_region_par_iterate(&_cl, worker_id, &_hr_claimer, true); } bool is_complete() { return _cl.complete(); } --- 701,711 ---- _suspendible(suspendible) { } void work(uint worker_id) { SuspendibleThreadSetJoiner sts_join(_suspendible); ! G1CollectedHeap::heap()->heap_region_par_iterate(&_cl, worker_id, &_hr_claimer); } bool is_complete() { return _cl.complete(); }
< prev index next >