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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DJStack.java42 return "jstack";
85 JStack jstack = new JStack(mixedMode, concurrentLocks);
86 jstack.start(args);
87 jstack.stop();
/openjdk7/jdk/src/solaris/sample/dtrace/hotspot_jni/
H A DCriticalSection.d93 jstack(50, 500);
105 jstack(50, 500);
/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/scripts/
H A Djstack.js42 * This file defines 'jstack' function to print stack traces of
43 * threads.'jstack' function which can be called once or periodically
45 * application). To call this once, just call 'jstack()' in script
48 * var t = setTimeout(function () { jstack(print); }, 5000);
76 function jstack(printFunc, maxFrames) { function
/openjdk7/jdk/test/com/sun/jdi/
H A DShellScaffold.sh172 if [ -r "$jdk/bin/$jstack" ] ; then
294 jstack=jstack.exe
301 jstack=jstack
375 # no jstack
888 if [ -r "$jdk/bin/$jstack" ] ; then
889 # If jstack exists, so will jps
896 echo "-- jdb threads: jstack $realJdbPid" >&2
897 $jdk/bin/$jstack
[all...]
/openjdk7/jdk/make/sun/tools/
H A DMakefile42 sun/tools/jstack \
/openjdk7/jdk/make/launchers/
H A DMakefile81 $(call make-launcher, jstack, sun.tools.jstack.JStack, \
/openjdk7/jdk/src/share/classes/sun/tools/jstack/
H A DJStack.java26 package sun.tools.jstack;
204 System.out.println(" jstack [-l] <pid>");
208 System.out.println(" jstack -F [-m] [-l] <pid>");
210 System.out.println(" jstack [-m] [-l] <executable> <core>");
212 System.out.println(" jstack [-m] [-l] [server_id@]<remote server IP or hostname>");
220 System.out.println(" -F to force a thread dump. Use when jstack <pid> does not respond" +
/openjdk7/jdk/make/common/
H A DRelease.gmk157 jstack.1 \
401 sun/tools/jstack \
491 jstack$(EXE_SUFFIX) \
629 $(ECHO) "sun/tools/jstack/" >> $@
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java818 new Command("jstack", "jstack [-v]", false) {
824 StackTrace jstack = new StackTrace(verbose, true);
825 jstack.run(out);

Completed in 98 milliseconds