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

/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp158 synch_total = 0, nativ_total = 0, acces_total = 0; local
167 if (m->is_synchronized()) synch_total += c;
177 tty->print_cr("\t%9d (%4.1f%%) synchronized", synch_total, 100.0 * synch_total / total);

Completed in 33 milliseconds