< prev index next >

src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp

Print this page

        

*** 998,1007 **** --- 998,1010 ---- virtual void stop(); // Return the (conservative) maximum heap alignment for any G1 heap static size_t conservative_max_heap_alignment(); + // Does operations required after initialization has been done. + void post_initialize(); + // Initialize weak reference processing. virtual void ref_processing_init(); // Explicitly import set_par_threads into this scope using SharedHeap::set_par_threads;
< prev index next >