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

/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp1240 int total_lock_count = 0; local
1252 total_lock_count += count;
1266 if (total_lock_count > 0) {
1267 tty->print_cr("dynamic locks: %d", total_lock_count);
1270 (int)(eliminated_lock_count * 100.0 / total_lock_count));

Completed in 33 milliseconds