File tree 2 files changed +0
-18
lines changed
2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -2867,21 +2867,6 @@ bool G1CollectedHeap::do_collection_pause_at_safepoint(double target_pause_time_
2867
2867
return true ;
2868
2868
}
2869
2869
2870
- void G1CollectedHeap::gc_tracer_report_gc_start () {
2871
- _gc_timer_stw->register_gc_start ();
2872
- _gc_tracer_stw->report_gc_start (gc_cause (), _gc_timer_stw->gc_start ());
2873
- }
2874
-
2875
- void G1CollectedHeap::gc_tracer_report_gc_end (bool concurrent_operation_is_full_mark,
2876
- G1EvacuationInfo& evacuation_info) {
2877
- _gc_tracer_stw->report_evacuation_info (&evacuation_info);
2878
- _gc_tracer_stw->report_tenuring_threshold (_policy->tenuring_threshold ());
2879
-
2880
- _gc_timer_stw->register_gc_end ();
2881
- _gc_tracer_stw->report_gc_end (_gc_timer_stw->gc_end (),
2882
- _gc_timer_stw->time_partitions ());
2883
- }
2884
-
2885
2870
// GCTraceTime wrapper that constructs the message according to GC pause type and
2886
2871
// GC cause.
2887
2872
// The code relies on the fact that GCTraceTimeWrapper stores the string passed
Original file line number Diff line number Diff line change @@ -403,9 +403,6 @@ class G1CollectedHeap : public CollectedHeap {
403
403
404
404
G1NewTracer* _gc_tracer_stw;
405
405
406
- void gc_tracer_report_gc_start ();
407
- void gc_tracer_report_gc_end (bool concurrent_operation_is_full_mark, G1EvacuationInfo& evacuation_info);
408
-
409
406
// The current policy object for the collector.
410
407
G1Policy* _policy;
411
408
G1HeapSizingPolicy* _heap_sizing_policy;
You can’t perform that action at this time.
0 commit comments