< prev index next >

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

Print this page

        

@@ -998,10 +998,13 @@
   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 >