< prev index next >

src/hotspot/share/compiler/compileBroker.cpp

Print this page
rev 50234 : 8204476: Add additional statistics to CodeCache::print_summary

*** 173,182 **** --- 173,184 ---- int CompileBroker::_total_bailout_count = 0; int CompileBroker::_total_invalidated_count = 0; int CompileBroker::_total_compile_count = 0; int CompileBroker::_total_osr_compile_count = 0; int CompileBroker::_total_standard_compile_count = 0; + int CompileBroker::_total_compiler_stopped_count = 0; + int CompileBroker::_total_compiler_restarted_count = 0; int CompileBroker::_sum_osr_bytes_compiled = 0; int CompileBroker::_sum_standard_bytes_compiled = 0; int CompileBroker::_sum_nmethod_size = 0; int CompileBroker::_sum_nmethod_code_size = 0;
< prev index next >