Lines Matching defs:pid
55 // SA JInfo needs <pid> or <server> or
74 String pid = args[2];
76 flag(pid, option);
115 private static void flag(String pid, String option) throws IOException {
116 VirtualMachine vm = attach(pid);
145 // Attach to <pid>, exiting if we fail to attach
146 private static VirtualMachine attach(String pid) {
148 return VirtualMachine.attach(pid);
152 System.err.println(pid + ": " + msg);
186 System.out.println(" jinfo [option] <pid>");
202 System.out.println(" jinfo <option> <pid>");