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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp525 static int _mon_exit_ctr; // monitor exit slow member in class:SharedRuntime
H A DsharedRuntime.cpp169 int SharedRuntime::_mon_exit_ctr=0; member in class:SharedRuntime
1918 if( _mon_exit_ctr ) tty->print_cr("%5d monitor exit slow", _mon_exit_ctr );

Completed in 786 milliseconds