< prev index next >

src/share/vm/gc/shenandoah/shenandoahOopClosures.hpp

Print this page
rev 13331 : Simplify parallel synchronizer roots iterator.

@@ -167,12 +167,11 @@
 
 class ShenandoahUpdateHeapRefsSuperClosure : public ExtendedOopClosure {
 private:
   ShenandoahHeap* _heap;
 public:
-  ShenandoahUpdateHeapRefsSuperClosure() :
-    _heap(ShenandoahHeap::heap()) {}
+  ShenandoahUpdateHeapRefsSuperClosure();
 
   template <class T, bool UPDATE_MATRIX>
   void work(T *p);
 };
 
< prev index next >