< prev index next >

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

Print this page
rev 52281 : [mq]: 8212911-unify-reference-handling-during-gc

*** 36,46 **** _scanned_cld(NULL), _cm(_g1h->concurrent_mark()) { } G1ScanClosureBase::G1ScanClosureBase(G1CollectedHeap* g1h, G1ParScanThreadState* par_scan_state) : ! _g1h(g1h), _par_scan_state(par_scan_state), _from(NULL) { } void G1CLDScanClosure::do_cld(ClassLoaderData* cld) { // If the class loader data has not been dirtied we know that there's // no references into the young gen and we can skip it. --- 36,46 ---- _scanned_cld(NULL), _cm(_g1h->concurrent_mark()) { } G1ScanClosureBase::G1ScanClosureBase(G1CollectedHeap* g1h, G1ParScanThreadState* par_scan_state) : ! _g1h(g1h), _par_scan_state(par_scan_state), _from_is_young(true) { } void G1CLDScanClosure::do_cld(ClassLoaderData* cld) { // If the class loader data has not been dirtied we know that there's // no references into the young gen and we can skip it.
< prev index next >