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

Print this page

        

@@ -1090,10 +1090,13 @@
   // Initialize the G1CollectedHeap to have the initial and
   // maximum sizes and remembered and barrier sets
   // specified by the policy object.
   jint initialize();
 
+  // return the (conservative) maximum heap alignment for any G1 heap
+  static size_t conservative_max_heap_alignment();
+
   // Initialize weak reference processing.
   virtual void ref_processing_init();
 
   void set_par_threads(uint t) {
     SharedHeap::set_par_threads(t);