< prev index next >

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

Print this page
rev 52277 : imported patch 8212911-unify-reference-handling-during-gc
rev 52278 : [mq]: 8212911-stefanj-review

@@ -36,11 +36,11 @@
   _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)
+  _g1h(g1h), _par_scan_state(par_scan_state)
 { }
 
 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 >