< prev index next >

src/hotspot/share/gc/shared/referenceProcessor.hpp

Print this page
rev 47223 : [mq]: heapz8
rev 47224 : [mq]: heap9a

@@ -250,12 +250,11 @@
                         OopClosure*        keep_alive,
                         VoidClosure*       complete_gc);
 
   size_t process_phaseHeapSampling(BoolObjectClosure* is_alive,
                                    OopClosure*        keep_alive,
-                                   VoidClosure*       complete_gc,
-                                   AbstractRefProcTaskExecutor* task_executor);
+                                   VoidClosure*       complete_gc);
 
   // Work methods used by the method process_discovered_reflist
   // Phase1: keep alive all those referents that are otherwise
   // dead but which must be kept alive by policy (and their closure).
   void process_phase1(DiscoveredList&     refs_list,
< prev index next >