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

/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp401 EnterI (THREAD) ;
482 void ATTR ObjectMonitor::EnterI (TRAPS) { function in class:ObjectMonitor
724 // contended slow-path from EnterI(). We use ReenterI() only for
727 // In the future we should reconcile EnterI() and ReenterI(), adding
816 OrderAccess::fence() ; // see comments at the end of EnterI()
897 // There's one exception to the claim above, however. EnterI() can call
1278 // If we use this technique we can also avoid EnterI()-exit() loop

Completed in 37 milliseconds