hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
changeset 13516 f7adc27fb367
parent 13482 c6b6960549f1
child 13728 882756847a04
equal deleted inserted replaced
13513:f8c2c705092a 13516:f7adc27fb367
   681 
   681 
   682   void record_concurrent_pause();
   682   void record_concurrent_pause();
   683 
   683 
   684   void record_collection_pause_end(double pause_time);
   684   void record_collection_pause_end(double pause_time);
   685   void print_heap_transition();
   685   void print_heap_transition();
       
   686   void print_detailed_heap_transition();
   686 
   687 
   687   // Record the fact that a full collection occurred.
   688   // Record the fact that a full collection occurred.
   688   void record_full_collection_start();
   689   void record_full_collection_start();
   689   void record_full_collection_end();
   690   void record_full_collection_end();
   690 
   691