< prev index next >

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

Print this page

        

*** 465,477 **** virtual bool print_location(outputStream* st, void* addr) const = 0; // Iterator for all GC threads (other than VM thread) virtual void gc_threads_do(ThreadClosure* tc) const = 0; - // Run given task. Possibly in parallel if the GC supports it. - virtual void run_task(AbstractGangTask* task) = 0; - // Print any relevant tracing info that flags imply. // Default implementation does nothing. virtual void print_tracing_info() const = 0; void print_heap_before_gc(); --- 465,474 ----
< prev index next >