History log of /openjdk10/jdk/src/java.base/unix/classes/java/lang/ProcessImpl.java
Revision Date Author Comments
# 17017:23255bc8606d 11-Apr-2017 rriggs

8178347: Process and ProcessHandle getPid method name inconsistency
Reviewed-by: alanb, bpb


# 16338:81508186e5bc 05-Dec-2016 erikj

8066474: Remove the lib/ directory from Linux and Solaris images
Reviewed-by: tbell, ihse


# 15545:4c4391db8060 01-Sep-2016 rriggs

8155102: (Process) Process.toString could include pid, isAlive, exitStatus
Reviewed-by: rriggs
Contributed-by: andrey.dyachkov@gmail.com


# 14856:84d500090fb9 17-Jun-2016 rriggs

8155808: Process.getInputStream().skip() method is faulty
Summary: For Process input streams, implement skip as read
Reviewed-by: prappo, dfuchs


# 14359:930d3aef37ee 03-May-2016 redestad

8155775: Re-examine naming of privileged methods to access System properties
Reviewed-by: mullan


# 14265:50d4d6b772d1 21-Apr-2016 redestad

8154231: Simplify access to System properties from JDK code
Reviewed-by: rriggs, chegar, weijun


# 13063:a92a6bd00459 13-Nov-2015 rriggs

8132394: (process) ProcessBuilder support for a pipeline of processes
Reviewed-by: psandoz, alanb


# 12808:d8bae0a5bdd2 28-Sep-2015 chegar

8137056: Move SharedSecrets and interface friends out of sun.misc
Reviewed-by: alanb, mchung, psandoz, rriggs


# 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


# 12213:203d0c15a4fb 17-Jun-2015 rriggs

8086208: java/lang/ProcessHandle/OnExitTest.java: IllegalThreadStateException: process hasn't exited
Reviewed-by: martin, dholmes


# 12067:c2250db81ce8 29-May-2015 rriggs

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


# 11695:ffff8cd3b1e2 30-Mar-2015 rriggs

7021006: (process) Remove disabled clone-exec feature
Summary: Remove clone implemention on Unix
Reviewed-by: martin, alanb, dholmes


# 11666:de81b4841beb 23-Mar-2015 rriggs

8067796: (process) Process.waitFor(timeout, unit) doesn't throw NPE if timeout is less than, or equal to zero when unit == null
Summary: Implement checking for NPE in Process implementation before other conditions
Reviewed-by: martin, chegar


# 11315:98eb910c9a97 26-Jan-2015 rriggs

8071481: (Process) Merge UNIXProcess.java into ProcessImpl.java
Summary: simplify source files for Unix Process implementation
Reviewed-by: plevart, chegar


# 10444:f08705540498 17-Aug-2014 chegar

8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com