hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
changeset 19986 33d188c66ed9
parent 19729 0ddd2b7bb9bd
child 20083 df032615dd00
child 20282 7f9cbdf89af2
equal deleted inserted replaced
19983:82c1a95ae314 19986:33d188c66ed9
  2189   _g1mm = new G1MonitoringSupport(this);
  2189   _g1mm = new G1MonitoringSupport(this);
  2190 
  2190 
  2191   return JNI_OK;
  2191   return JNI_OK;
  2192 }
  2192 }
  2193 
  2193 
       
  2194 size_t G1CollectedHeap::conservative_max_heap_alignment() {
       
  2195   return HeapRegion::max_region_size();
       
  2196 }
       
  2197 
  2194 void G1CollectedHeap::ref_processing_init() {
  2198 void G1CollectedHeap::ref_processing_init() {
  2195   // Reference processing in G1 currently works as follows:
  2199   // Reference processing in G1 currently works as follows:
  2196   //
  2200   //
  2197   // * There are two reference processor instances. One is
  2201   // * There are two reference processor instances. One is
  2198   //   used to record and process discovered references
  2202   //   used to record and process discovered references