< prev index next >

src/share/vm/gc/g1/g1EvacFailure.hpp

Print this page
rev 8630 : imported patch tom-fixes

@@ -38,11 +38,11 @@
 protected:
   G1CollectedHeap* _g1h;
   HeapRegionClaimer _hrclaimer;
 
 public:
-  G1ParRemoveSelfForwardPtrsTask(G1CollectedHeap* g1h);
+  G1ParRemoveSelfForwardPtrsTask();
 
   void work(uint worker_id);
 };
 
 #endif // SHARE_VM_GC_G1_G1EVACFAILURE_HPP
< prev index next >