Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8071481

(Process) Merge UNIXProcess.java into ProcessImpl.java

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • core-libs
    • b49
    • linux

        For Unix variants of Process, the implementation is split between
        src/java.base/unix/classes/java/lang/ProcessImpl.java and UNIXProcess.java.
        ProcessImpl.java contains only static methods and delegates to UNIXProcess.java.
        Merging UNIXProcess.java into ProcessImpl.java removes a duplicated method
        and aligns the source files with the Windows implementation that contains only ProcessImpl.java.

              rriggs Roger Riggs
              rriggs Roger Riggs
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: