< prev index next >

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

Print this page

        

*** 369,383 **** virtual void gc_prologue(bool full); virtual void gc_epilogue(bool full); public: - void young_process_roots(StrongRootsScope* scope, - OopsInGenClosure* root_closure, - OopsInGenClosure* old_gen_closure, - CLDClosure* cld_closure); - void full_process_roots(StrongRootsScope* scope, bool is_adjust_phase, ScanningOption so, bool only_strong_roots, OopClosure* root_closure, --- 369,378 ----
< prev index next >