Searched defs:_mon_enter_ctr (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp524 static int _mon_enter_ctr; // monitor enter slow member in class:SharedRuntime
H A DsharedRuntime.cpp168 int SharedRuntime::_mon_enter_ctr=0; member in class:SharedRuntime
1917 if( _mon_enter_ctr ) tty->print_cr("%5d monitor enter slow", _mon_enter_ctr );

Completed in 107 milliseconds