8322543: Parallel: Remove unused _major_pause_old_slope_counter

Reviewed-by: tschatzl
This commit is contained in:
Albert Mingkun Yang 2023-12-20 15:56:50 +00:00
parent 424c58f3e9
commit e0bad5153b

View File

@ -60,7 +60,6 @@ class GCAdaptivePolicyCounters : public GCPolicyCounters {
PerfVariable* _decrease_for_footprint_counter;
PerfVariable* _minor_pause_young_slope_counter;
PerfVariable* _major_pause_old_slope_counter;
PerfVariable* _decide_at_full_gc_counter;