Searched refs:static_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
166 if (m->is_static()) static_total += c;
179 tty->print_cr("\t%9d (%4.1f%%) static", static_total, 100.0 * static_total / total);

Completed in 29 milliseconds