< prev index next >

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

Print this page
rev 12854 : [mq]: gcinterface.patch

@@ -958,13 +958,10 @@
   // specified by the policy object.
   jint initialize();
 
   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.
   void ref_processing_init();
< prev index next >