Skip to content

Commit 9aa12da

Browse files
author
Nils Eliasson
committed
8273934: Remove unused perfcounters
Reviewed-by: chagedorn
1 parent 4da45c4 commit 9aa12da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hotspot/share/compiler/compileBroker.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,12 @@ class CompileBroker: AllStatic {
181181

182182
// performance counters
183183
static PerfCounter* _perf_total_compilation;
184-
static PerfCounter* _perf_native_compilation;
185184
static PerfCounter* _perf_osr_compilation;
186185
static PerfCounter* _perf_standard_compilation;
187186

188187
static PerfCounter* _perf_total_bailout_count;
189188
static PerfCounter* _perf_total_invalidated_count;
190189
static PerfCounter* _perf_total_compile_count;
191-
static PerfCounter* _perf_total_native_compile_count;
192190
static PerfCounter* _perf_total_osr_compile_count;
193191
static PerfCounter* _perf_total_standard_compile_count;
194192

0 commit comments

Comments
 (0)