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

/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp723 // ReenterI() is a specialized inline form of the latter half of the
724 // contended slow-path from EnterI(). We use ReenterI() only for
727 // In the future we should reconcile EnterI() and ReenterI(), adding
731 void ATTR ObjectMonitor::ReenterI (Thread * Self, ObjectWaiter * SelfNode) { function in class:ObjectMonitor
752 // ReenterI() wisely defers state transitions until
1277 // resumes and retries the lock. See ReenterI(), which defers state transitions.
1618 ReenterI (Self, &node) ;

Completed in 77 milliseconds