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

/openjdk7/jdk/test/javax/management/mxbean/
H A DGenericArrayTypeTest.java60 private final int lockedStackDepth; field in class:GenericArrayTypeTest.MonitorInfo
65 int lockedStackDepth, StackTraceElement lockedStackFrame) {
68 this.lockedStackDepth = lockedStackDepth;
83 (Integer) cd.get("lockedStackDepth"),
99 return lockedStackDepth;
63 MonitorInfo( String className, int identityHashCode, int lockedStackDepth, StackTraceElement lockedStackFrame) argument

Completed in 30 milliseconds