mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8273934: Remove unused perfcounters
Reviewed-by: chagedorn
This commit is contained in:
parent
4da45c4301
commit
9aa12daa15
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue