@@ -175,7 +175,6 @@ void G1GCPhaseTimes::reset() {
175
175
_recorded_prepare_heap_roots_time_ms = 0.0 ;
176
176
_recorded_young_cset_choice_time_ms = 0.0 ;
177
177
_recorded_non_young_cset_choice_time_ms = 0.0 ;
178
- _recorded_sample_collection_set_candidates_time_ms = 0.0 ;
179
178
_recorded_preserve_cm_referents_time_ms = 0.0 ;
180
179
_recorded_start_new_cset_time_ms = 0.0 ;
181
180
_recorded_serial_free_cset_time_ms = 0.0 ;
@@ -463,7 +462,6 @@ double G1GCPhaseTimes::print_post_evacuate_collection_set() const {
463
462
_recorded_preserve_cm_referents_time_ms +
464
463
_cur_ref_proc_time_ms +
465
464
(_weak_phase_times.total_time_sec () * MILLIUNITS) +
466
- _recorded_sample_collection_set_candidates_time_ms +
467
465
_cur_post_evacuate_cleanup_1_time_ms +
468
466
_cur_post_evacuate_cleanup_2_time_ms +
469
467
_recorded_total_rebuild_freelist_time_ms +
@@ -487,7 +485,6 @@ double G1GCPhaseTimes::print_post_evacuate_collection_set() const {
487
485
debug_phase (_gc_par_phases[RemoveSelfForwardingPtr], 1 );
488
486
}
489
487
490
- debug_time (" Sample Collection Set Candidates" , _recorded_sample_collection_set_candidates_time_ms);
491
488
trace_phase (_gc_par_phases[RedirtyCards]);
492
489
debug_time (" Post Evacuate Cleanup 2" , _cur_post_evacuate_cleanup_2_time_ms);
493
490
if (G1CollectedHeap::heap ()->evacuation_failed ()) {
0 commit comments