< prev index next >

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

Print this page
rev 13139 : [mq]: heap7

*** 247,256 **** --- 247,261 ---- void process_phaseJNI(BoolObjectClosure* is_alive, OopClosure* keep_alive, VoidClosure* complete_gc); + size_t process_phaseHeapSampling(BoolObjectClosure* is_alive, + OopClosure* keep_alive, + VoidClosure* complete_gc, + AbstractRefProcTaskExecutor* task_executor); + // 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 >