OpenJDK / jdk / jdk
changeset 58954:26e21c309b26
8243465: Shenandoah: ditch unused pause_other, conc_other counters
Reviewed-by: rkennke
author | shade |
---|---|
date | Thu, 23 Apr 2020 13:48:32 +0200 |
parents | d115f09c2dbf |
children | 0a45e02c7b77 |
files | src/hotspot/share/gc/shenandoah/shenandoahPhaseTimings.hpp |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/hotspot/share/gc/shenandoah/shenandoahPhaseTimings.hpp Thu Apr 23 13:48:23 2020 +0200 +++ b/src/hotspot/share/gc/shenandoah/shenandoahPhaseTimings.hpp Thu Apr 23 13:48:32 2020 +0200 @@ -144,10 +144,6 @@ 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> {