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

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DObjectMonitor.java33 public class ObjectMonitor extends VMObject { class in inherits:VMObject
58 public ObjectMonitor(Address addr) { method in class:ObjectMonitor
/openjdk10/hotspot/src/share/vm/runtime/
H A DobjectMonitor.hpp128 class ObjectMonitor { class
283 ObjectMonitor() { ::memset((void *)this, 0, sizeof(*this)); } function in class:ObjectMonitor
[all...]

Completed in 112 milliseconds