Searched refs:int_total (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp157 unsigned total = 0, int_total = 0, comp_total = 0, static_total = 0, final_total = 0, local
163 int_total += m->invocation_count();
172 total = int_total + comp_total;
174 tty->print_cr("\t%9d (%4.1f%%) interpreted", int_total, 100.0 * int_total / total);

Completed in 39 milliseconds