hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
changeset 30158 bd6094906ef8
parent 30154 39cd4e2ccf1c
child 30171 a7606ea92e05
equal deleted inserted replaced
30157:e36165b16dde 30158:bd6094906ef8
   351   void clear_rsets_post_compaction();
   351   void clear_rsets_post_compaction();
   352 
   352 
   353   // If the HR printer is active, dump the state of the regions in the
   353   // If the HR printer is active, dump the state of the regions in the
   354   // heap after a compaction.
   354   // heap after a compaction.
   355   void print_hrm_post_compaction();
   355   void print_hrm_post_compaction();
       
   356 
       
   357   // Create a memory mapper for auxiliary data structures of the given size and
       
   358   // translation factor.
       
   359   static G1RegionToSpaceMapper* create_aux_memory_mapper(const char* description,
       
   360                                                          size_t size,
       
   361                                                          size_t translation_factor);
   356 
   362 
   357   double verify(bool guard, const char* msg);
   363   double verify(bool guard, const char* msg);
   358   void verify_before_gc();
   364   void verify_before_gc();
   359   void verify_after_gc();
   365   void verify_after_gc();
   360 
   366