< prev index next >

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

Print this page
rev 47590 : [mq]: heap8

@@ -244,10 +244,14 @@
                                   OopClosure*                   keep_alive,
                                   VoidClosure*                  complete_gc,
                                   AbstractRefProcTaskExecutor*  task_executor,
                                   ReferenceProcessorPhaseTimes* phase_times);
 
+  size_t process_phaseHeapSampling(BoolObjectClosure* is_alive,
+                                   OopClosure*        keep_alive,
+                                   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,
                       ReferencePolicy*    policy,
< prev index next >