< prev index next >

src/java.base/share/classes/java/lang/ProcessHandleImpl.java

Print this page
rev 58428 : [mq]: XXXXXXX-typos

*** 317,327 **** * @param pid if {@code pid} equals zero, then all known processes are returned; * otherwise only direct child process pids are returned * @param pids an allocated long array to receive the pids * @param ppids an allocated long array to receive the parent pids; may be null * @param starttimes an allocated long array to receive the child start times; may be null ! * @return if greater than or equals to zero is the number of pids in the array; * if greater than the length of the arrays, the arrays are too small */ private static native int getProcessPids0(long pid, long[] pids, long[] ppids, long[] starttimes); --- 317,327 ---- * @param pid if {@code pid} equals zero, then all known processes are returned; * otherwise only direct child process pids are returned * @param pids an allocated long array to receive the pids * @param ppids an allocated long array to receive the parent pids; may be null * @param starttimes an allocated long array to receive the child start times; may be null ! * @return if greater than or equal to zero is the number of pids in the array; * if greater than the length of the arrays, the arrays are too small */ private static native int getProcessPids0(long pid, long[] pids, long[] ppids, long[] starttimes);
< prev index next >