changeset 19986 | 33d188c66ed9 |
parent 19549 | 60e5c7cafdca |
child 20309 | 7445302daff6 |
child 20282 | 7f9cbdf89af2 |
--- a/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp Wed Sep 11 12:03:41 2013 +0200 +++ b/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp Wed Sep 11 16:25:02 2013 +0200 @@ -1092,6 +1092,9 @@ // 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();