< prev index next >

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

Print this page
rev 13053 : imported patch 8177707-specialize-refine-card
rev 13055 : imported patch 8177707-changes-because-of-iteration-changes
rev 13056 : imported patch 8177044-remove-scan-top
rev 13058 : [mq]: 8177044-ehelin-review

@@ -199,11 +199,11 @@
 
 public:
   G1UpdateRSOrPushRefOopClosure(G1CollectedHeap* g1h,
                                 G1ParPushHeapRSClosure* push_ref_cl,
                                 bool record_refs_into_cset,
-                                uint worker_i);
+                                uint worker_i = 0);
 
   void set_from(HeapRegion* from) {
     assert(from != NULL, "from region must be non-NULL");
     _from = from;
   }
< prev index next >