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

/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DLockedMonitors.java62 tinfos = mbean.dumpAllThreads(true, false);
66 tinfos = mbean.dumpAllThreads(true, true);
H A DLockedSynchronizers.java54 // Test dumpAllThreads with locked monitors and synchronizers
55 ThreadInfo[] tinfos = mbean.dumpAllThreads(true, true);
H A DThreadDump.java102 ThreadInfo[] tinfos = tmbean.dumpAllThreads(true, true);
H A DMyOwnSynchronizer.java27 * @summary Basic Test for ThreadMXBean.dumpAllThreads(false, true)
65 // Test dumpAllThreads with locked synchronizers
66 ThreadInfo[] tinfos = mbean.dumpAllThreads(false, true);
/openjdk7/jdk/src/share/classes/java/lang/management/
H A DThreadMXBean.java104 * {@link #dumpAllThreads} methods can be used to obtain the thread stack trace
667 * @see #dumpAllThreads
683 * @see #dumpAllThreads
805 public ThreadInfo[] dumpAllThreads(boolean lockedMonitors, boolean lockedSynchronizers); method in interface:ThreadMXBean
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DThreadMXBeanProxy.java27 * @summary Test type conversion when invoking ThreadMXBean.dumpAllThreads
91 infos = mbean.dumpAllThreads(true, true);
/openjdk7/jdk/src/share/demo/management/FullThreadDump/
H A DThreadMonitor.java128 ThreadInfo[] tinfos = tmbean.dumpAllThreads(true, true);
/openjdk7/jdk/src/share/classes/sun/management/
H A DThreadImpl.java443 public ThreadInfo[] dumpAllThreads(boolean lockedMonitors, method in class:ThreadImpl
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DThreadTab.java339 ThreadInfo[] infos = threadMBean.dumpAllThreads(true, false);

Completed in 37 milliseconds