We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da45c4 commit 9aa12daCopy full SHA for 9aa12da
src/hotspot/share/compiler/compileBroker.hpp
@@ -181,14 +181,12 @@ class CompileBroker: AllStatic {
181
182
// performance counters
183
static PerfCounter* _perf_total_compilation;
184
- static PerfCounter* _perf_native_compilation;
185
static PerfCounter* _perf_osr_compilation;
186
static PerfCounter* _perf_standard_compilation;
187
188
static PerfCounter* _perf_total_bailout_count;
189
static PerfCounter* _perf_total_invalidated_count;
190
static PerfCounter* _perf_total_compile_count;
191
- static PerfCounter* _perf_total_native_compile_count;
192
static PerfCounter* _perf_total_osr_compile_count;
193
static PerfCounter* _perf_total_standard_compile_count;
194
0 commit comments