History log of /openjdk9/jdk/src/java.base/windows/native/libjava/ProcessHandleImpl_win.c
Revision Date Author Comments
# 13211:8aa69a089b8f 02-Dec-2015 rriggs

8143876: test/java/lang/ProcessHandle/TreeTest.java failed intermittently with assertion error
Summary: The parent pid may be re-used, check that the child was started after the parent
Reviewed-by: darcy


# 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


# 12123:d2ff1b04b2e2 03-Jun-2015 rriggs

8081567: java/lang/ProcessHandle/InfoTest.java failed Cannot run program "whoami"
Summary: Replace use of whoami with checking the user against a file created
Reviewed-by: igerasim


# 12067:c2250db81ce8 29-May-2015 rriggs

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