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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp169 void ObjectSynchronizer::fast_enter(Handle obj, BasicLock* lock, bool attempt_rebias, TRAPS) { function in class:ObjectSynchronizer
365 ObjectSynchronizer::fast_enter(_obj, &_lock, false, _thread);
1341 // An inflateTry() method that we could call from fast_enter() and slow_enter()

Completed in 36 milliseconds