Searched refs:max_nonleaf (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dmutex.hpp111 max_nonleaf = nonleaf + 900, enumerator in enum:Monitor::lock_types
112 native = max_nonleaf + 1
/openjdk7/hotspot/src/share/vm/services/
H A DmemTracker.cpp102 _query_lock = new (std::nothrow) Mutex(Monitor::max_nonleaf, "NMT_queryLock");
H A DmemSnapshot.cpp400 _lock = new (std::nothrow) Mutex(Monitor::max_nonleaf - 1, "memSnapshotLock");

Completed in 3005 milliseconds