Searched refs:_cset_rs_update_cl (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1RemSet.cpp75 _cset_rs_update_cl(NULL),
80 _cset_rs_update_cl = NEW_C_HEAP_ARRAY(OopsInHeapRegionClosure*, n_workers(), mtGC);
82 _cset_rs_update_cl[i] = NULL;
89 assert(_cset_rs_update_cl[i] == NULL, "it should be");
91 FREE_C_HEAP_ARRAY(OopsInHeapRegionClosure*, _cset_rs_update_cl, mtGC);
295 // _cset_rs_update_cl for this worker
297 _cset_rs_update_cl[worker_i] = oc;
334 // We now clear the cached values of _cset_rs_update_cl for this worker
335 _cset_rs_update_cl[worker_i] = NULL;
626 // _cset_rs_update_cl[] i
[all...]
H A Dg1RemSet.hpp67 OopsInHeapRegionClosure** _cset_rs_update_cl; member in class:G1RemSet

Completed in 31 milliseconds