< prev index next >

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

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

*** 956,968 **** // 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(); --- 956,965 ----
< prev index next >