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

Print this page

        

*** 2180,2189 **** --- 2180,2193 ---- _g1mm = new G1MonitoringSupport(this); return JNI_OK; } + size_t G1CollectedHeap::max_heap_alignment() { + return HeapRegion::max_heap_alignment(); + } + void G1CollectedHeap::ref_processing_init() { // Reference processing in G1 currently works as follows: // // * There are two reference processor instances. One is // used to record and process discovered references