hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
changeset 19986 33d188c66ed9
parent 19549 60e5c7cafdca
child 20309 7445302daff6
child 20282 7f9cbdf89af2
equal deleted inserted replaced
19983:82c1a95ae314 19986:33d188c66ed9
  1090   // Initialize the G1CollectedHeap to have the initial and
  1090   // Initialize the G1CollectedHeap to have the initial and
  1091   // maximum sizes and remembered and barrier sets
  1091   // maximum sizes and remembered and barrier sets
  1092   // specified by the policy object.
  1092   // specified by the policy object.
  1093   jint initialize();
  1093   jint initialize();
  1094 
  1094 
       
  1095   // Return the (conservative) maximum heap alignment for any G1 heap
       
  1096   static size_t conservative_max_heap_alignment();
       
  1097 
  1095   // Initialize weak reference processing.
  1098   // Initialize weak reference processing.
  1096   virtual void ref_processing_init();
  1099   virtual void ref_processing_init();
  1097 
  1100 
  1098   void set_par_threads(uint t) {
  1101   void set_par_threads(uint t) {
  1099     SharedHeap::set_par_threads(t);
  1102     SharedHeap::set_par_threads(t);