History log of /openjdk10/jdk/src/java.base/unix/native/libjava/ProcessHandleImpl_unix.c
Revision Date Author Comments
# 17475:03088af6fd97 19-Jul-2017 rriggs

8184808: (process) isAlive should use pid for validity, not /proc/pid
Reviewed-by: stuefe, xiaofeya


# 16903:3981152d47d4 16-Mar-2017 rriggs

8176272: (process) ProcessHandle::onExit fails to wait for non-child process
Reviewed-by: chegar, stuefe


# 15313:67e8b431911d 08-Aug-2016 amurillo

Merge


# 15289:cad98c19950c 15-Jul-2016 dcubed

8160997: Solaris: deprecated <pwd.h> and <gid.h> interfaces should be replaced
Summary: Use final POSIX 1003.1c versions of getgrgid_r(), getgrnam_r(), getpwnam_r(), and getpwuid_r().
Reviewed-by: alanb, dcubed, simonis, dholmes
Contributed-by: alan.burlison@oracle.com


# 15286:5f3b8ab066d2 08-Aug-2016 rriggs

8161431: JNI pending exceptions in ProcessHandleImpl_linux.c and ProcessHandleImpl_unix.c
Reviewed-by: naoto


# 12587:6e94b217ac9b 14-Aug-2015 simonis

8131168: Refactor ProcessHandleImpl_*.c and add implememtation for AIX
Reviewed-by: rriggs, smarks


# 12363:6bb7132e7d5f 14-Jul-2015 rriggs

8078099: (process) ProcessHandle should uniquely identify processes
8078108: (process) ProcessHandle.isAlive should be robust
Summary: isAlive should check and confirm the start time
Reviewed-by: simonis, plevart


# 12067:c2250db81ce8 29-May-2015 rriggs

8077350: JEP 102 Process API Updates Implementation
Reviewed-by: chegar, plevart, psandoz, darcy, martin, alanb