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

/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/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" +

Completed in 75 milliseconds