Searched defs:getProcessId (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DProcessTools.java99 public static int getProcessId() throws Exception { method in class:ProcessTools
108 Method pid_method = mgmt.getClass().getDeclaredMethod("getProcessId");
/openjdk7/hotspot/test/testlibrary/com/oracle/java/testlibrary/
H A DProcessTools.java91 public static int getProcessId() throws Exception { method in class:ProcessTools
100 Method pid_method = mgmt.getClass().getDeclaredMethod("getProcessId");
/openjdk7/jdk/src/share/classes/sun/management/
H A DVMManagementImpl.java132 int pid = getProcessId();
142 private native int getProcessId(); method in class:VMManagementImpl

Completed in 71 milliseconds