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

/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmThreadInstanceTableMetaImpl.java237 if (getJvmThreadInstance(userData,next) != null) break;
264 JvmThreadInstanceEntryImpl inst = getJvmThreadInstance(userData, oid);
291 final JvmThreadInstanceEntryImpl entry = getJvmThreadInstance(m,oid);
341 private JvmThreadInstanceEntryImpl getJvmThreadInstance(Object userData, method in class:JvmThreadInstanceTableMetaImpl
365 if (dbg) log.debug("*** getJvmThreadInstance",
370 if (dbg) log.debug("*** getJvmThreadInstance", "Entry [" +
379 log.trace("*** getJvmThreadInstance",
381 log.debug("*** getJvmThreadInstance",r);
387 if (dbg) log.debug("*** getJvmThreadInstance",
394 if (dbg) log.debug("*** getJvmThreadInstance",
[all...]

Completed in 29 milliseconds