src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp
changeset 50049 9d17c375dc30
parent 49964 99e698e94cc7
child 50438 66d0ded78cce
equal deleted inserted replaced
50048:1c4fb292447c 50049:9d17c375dc30
   259 
   259 
   260   void record_weak_ref_proc_time(double ms) {
   260   void record_weak_ref_proc_time(double ms) {
   261     _cur_weak_ref_proc_time_ms = ms;
   261     _cur_weak_ref_proc_time_ms = ms;
   262   }
   262   }
   263 
   263 
   264   void record_ref_enq_time(double ms) {
       
   265     _cur_ref_enq_time_ms = ms;
       
   266   }
       
   267 
       
   268   void record_root_region_scan_wait_time(double time_ms) {
   264   void record_root_region_scan_wait_time(double time_ms) {
   269     _root_region_scan_wait_time_ms = time_ms;
   265     _root_region_scan_wait_time_ms = time_ms;
   270   }
   266   }
   271 
   267 
   272   void record_total_free_cset_time_ms(double time_ms) {
   268   void record_total_free_cset_time_ms(double time_ms) {