Searched refs:contentions (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.inline.hpp100 inline intptr_t ObjectMonitor::contentions() const { function in class:ObjectMonitor
H A DobjectMonitor.hpp130 intptr_t contentions() const ;
/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
/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.hpp544 if (is_alive() && ServiceUtil::visible_oop((oop)obj_m->object()) && obj_m->contentions() > 0) {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp1037 nWant = mon->contentions(); // # of threads contending for monitor

Completed in 39 milliseconds