Searched defs:_total_osr_compile_count (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp298 static int _total_osr_compile_count; member in class:CompileBroker
415 static int get_total_osr_compile_count() { return _total_osr_compile_count; }
H A DcompileBroker.cpp179 int CompileBroker::_total_osr_compile_count = 0; member in class:CompileBroker
2102 _total_osr_compile_count++;
2124 tty->print_cr(" On stack replacement : %6.3f s, Average : %2.3f", CompileBroker::_t_osr_compilation.seconds(), CompileBroker::_t_osr_compilation.seconds() / CompileBroker::_total_osr_compile_count);

Completed in 37 milliseconds