8243465: Shenandoah: ditch unused pause_other, conc_other counters

Reviewed-by: rkennke
This commit is contained in:
Aleksey Shipilev 2020-04-23 13:48:32 +02:00
parent fde66512df
commit 4f05f3f885

View File

@ -144,10 +144,6 @@ class outputStream;
f(full_gc_resize_tlabs, " Resize TLABs") \
\
f(conc_uncommit, "Concurrent Uncommit") \
\
/* Unclassified */ \
f(pause_other, "Pause Other") \
f(conc_other, "Concurrent Other") \
// end
class ShenandoahPhaseTimings : public CHeapObj<mtGC> {