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

/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.inline.hpp100 inline intptr_t ObjectMonitor::contentions() const { function in class:ObjectMonitor
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DObjectMonitor.java100 public long contentions() { method in class:ObjectMonitor
101 // refer to objectMonitor_xxx.inline.hpp - contentions definition.
102 // for Solaris and Linux, contentions is same as count. for Windows

Completed in 33 milliseconds