8273934: Remove unused perfcounters

Reviewed-by: chagedorn
This commit is contained in:
Nils Eliasson 2021-09-20 14:11:16 +00:00
parent 4da45c4301
commit 9aa12daa15

View File

@ -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;