From 9aa12daa15944910c7b29d1715e8aee66cca5315 Mon Sep 17 00:00:00 2001 From: Nils Eliasson Date: Mon, 20 Sep 2021 14:11:16 +0000 Subject: [PATCH] 8273934: Remove unused perfcounters Reviewed-by: chagedorn --- src/hotspot/share/compiler/compileBroker.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hotspot/share/compiler/compileBroker.hpp b/src/hotspot/share/compiler/compileBroker.hpp index 2159c3b7662..a33b7ea0a78 100644 --- a/src/hotspot/share/compiler/compileBroker.hpp +++ b/src/hotspot/share/compiler/compileBroker.hpp @@ -181,14 +181,12 @@ class CompileBroker: AllStatic { // performance counters static PerfCounter* _perf_total_compilation; - static PerfCounter* _perf_native_compilation; static PerfCounter* _perf_osr_compilation; static PerfCounter* _perf_standard_compilation; static PerfCounter* _perf_total_bailout_count; static PerfCounter* _perf_total_invalidated_count; static PerfCounter* _perf_total_compile_count; - static PerfCounter* _perf_total_native_compile_count; static PerfCounter* _perf_total_osr_compile_count; static PerfCounter* _perf_total_standard_compile_count;