hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
changeset 24093 095cc0a63ed9
parent 23855 c4574075402c
child 24100 7e71ac14ec06
equal deleted inserted replaced
24092:e274d864545a 24093:095cc0a63ed9
  1075   // Initialize the G1CollectedHeap to have the initial and
  1075   // Initialize the G1CollectedHeap to have the initial and
  1076   // maximum sizes and remembered and barrier sets
  1076   // maximum sizes and remembered and barrier sets
  1077   // specified by the policy object.
  1077   // specified by the policy object.
  1078   jint initialize();
  1078   jint initialize();
  1079 
  1079 
       
  1080   virtual void stop();
       
  1081 
  1080   // Return the (conservative) maximum heap alignment for any G1 heap
  1082   // Return the (conservative) maximum heap alignment for any G1 heap
  1081   static size_t conservative_max_heap_alignment();
  1083   static size_t conservative_max_heap_alignment();
  1082 
  1084 
  1083   // Initialize weak reference processing.
  1085   // Initialize weak reference processing.
  1084   virtual void ref_processing_init();
  1086   virtual void ref_processing_init();