hotspot/src/share/vm/gc/g1/g1EvacFailure.hpp
changeset 31631 4536cf7bc89f
parent 30764 fec48bf5a827
child 34311 586e90e84d60
--- a/hotspot/src/share/vm/gc/g1/g1EvacFailure.hpp	Fri Jul 03 06:24:23 2015 -0700
+++ b/hotspot/src/share/vm/gc/g1/g1EvacFailure.hpp	Tue Jul 07 14:20:08 2015 +0200
@@ -40,7 +40,7 @@
   HeapRegionClaimer _hrclaimer;
 
 public:
-  G1ParRemoveSelfForwardPtrsTask(G1CollectedHeap* g1h);
+  G1ParRemoveSelfForwardPtrsTask();
 
   void work(uint worker_id);
 };