< prev index next >

src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp

Print this page
rev 49826 : imported patch 6672778-partial-queue-trimming
rev 49828 : imported patch 6672778-stefanj-review
rev 49829 : imported patch 6672778-inconsistent-time-fixes
rev 49831 : imported patch 8201492-properly-implement-non-contiguous-reference-processing
rev 49836 : [mq]: 8202017-reference-processor-remove-enqueue

*** 259,272 **** void record_weak_ref_proc_time(double ms) { _cur_weak_ref_proc_time_ms = ms; } - void record_ref_enq_time(double ms) { - _cur_ref_enq_time_ms = ms; - } - void record_root_region_scan_wait_time(double time_ms) { _root_region_scan_wait_time_ms = time_ms; } void record_total_free_cset_time_ms(double time_ms) { --- 259,268 ----
< prev index next >