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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp497 static int _monitor_exit_ctr; // monitor exit slow member in class:SharedRuntime
H A DsharedRuntime.cpp1840 int SharedRuntime::_monitor_exit_ctr=0; member in class:SharedRuntime
1846 _monitor_exit_ctr++; // monitor exit slow
1888 if (_monitor_exit_ctr ) tty->print_cr("%5d monitor exit slow", _monitor_exit_ctr);

Completed in 40 milliseconds