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

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DObjectMonitor.java94 public long recursions() { return recursionsField.getValue(addr); } method in class:ObjectMonitor
/openjdk9/hotspot/src/share/vm/runtime/
H A DobjectMonitor.hpp273 intptr_t recursions() const { return _recursions; } function in class:ObjectMonitor
H A DobjectMonitor.cpp1331 void ObjectMonitor::reenter(intptr_t recursions, TRAPS) { argument
/openjdk9/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp523 intptr_t recursions = ObjectSynchronizer::complete_exit(lockObject, THREAD); local

Completed in 163 milliseconds