< prev index next >

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

Print this page
rev 13164 : 8183124: Remove OopsInHeapRegionClosure

*** 37,47 **** _scanned_klass(NULL), _cm(_g1->concurrent_mark()) { } G1ScanClosureBase::G1ScanClosureBase(G1CollectedHeap* g1, G1ParScanThreadState* par_scan_state) : ! _g1(g1), _par_scan_state(par_scan_state) { } void G1KlassScanClosure::do_klass(Klass* klass) { // If the klass has not been dirtied we know that there's // no references into the young gen and we can skip it. --- 37,47 ---- _scanned_klass(NULL), _cm(_g1->concurrent_mark()) { } G1ScanClosureBase::G1ScanClosureBase(G1CollectedHeap* g1, G1ParScanThreadState* par_scan_state) : ! _g1(g1), _par_scan_state(par_scan_state), _from(NULL) { } void G1KlassScanClosure::do_klass(Klass* klass) { // If the klass has not been dirtied we know that there's // no references into the young gen and we can skip it.
< prev index next >