Lines Matching defs:pid
89 // If we can't parse it as a pid then it must be debug server
97 // parameters (<pid> or <exe> <core>
105 String pid = args[optionCount];
112 runThreadDump(pid, params);
155 // Attach to pid and perform a thread dump
156 private static void runThreadDump(String pid, String args[]) throws Exception {
159 vm = VirtualMachine.attach(pid);
163 System.err.println(pid + ": " + msg);
204 System.out.println(" jstack [-l] <pid>");
208 System.out.println(" jstack -F [-m] [-l] <pid>");
220 System.out.println(" -F to force a thread dump. Use when jstack <pid> does not respond" +