hotspot/src/share/vm/gc/g1/g1CollectorPolicy.hpp
changeset 30874 18714bae50db
parent 30764 fec48bf5a827
child 31331 a7c714b6cfb3
equal deleted inserted replaced
30873:4e2d1bd16703 30874:18714bae50db
   690   void record_concurrent_mark_remark_start();
   690   void record_concurrent_mark_remark_start();
   691   void record_concurrent_mark_remark_end();
   691   void record_concurrent_mark_remark_end();
   692 
   692 
   693   // Record start, end, and completion of cleanup.
   693   // Record start, end, and completion of cleanup.
   694   void record_concurrent_mark_cleanup_start();
   694   void record_concurrent_mark_cleanup_start();
   695   void record_concurrent_mark_cleanup_end(uint n_workers);
   695   void record_concurrent_mark_cleanup_end();
   696   void record_concurrent_mark_cleanup_completed();
   696   void record_concurrent_mark_cleanup_completed();
   697 
   697 
   698   // Records the information about the heap size for reporting in
   698   // Records the information about the heap size for reporting in
   699   // print_detailed_heap_transition
   699   // print_detailed_heap_transition
   700   void record_heap_size_info_at_start(bool full);
   700   void record_heap_size_info_at_start(bool full);