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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp2133 int tcb = CompileBroker::_sum_osr_bytes_compiled + CompileBroker::_sum_standard_bytes_compiled; local
2134 tty->print_cr(" Total compiled bytecodes : %6d bytes", tcb);
2137 int bps = (int)(tcb / CompileBroker::_t_total_compilation.seconds());

Completed in 28 milliseconds