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

/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp1393 // which use this (which is why we don't put this into check_slow and
1410 // check_slow() is a misnomer. It's called to simply to throw an IMSX exception.
1411 // TODO-FIXME: remove check_slow() -- it's likely dead.
1413 void ObjectMonitor::check_slow(TRAPS) { function in class:ObjectMonitor
1414 TEVENT (check_slow - throw IMSX) ;

Completed in 38 milliseconds