Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084445 | emb-9 | Roger Riggs | P4 | Resolved | Fixed | team |
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.
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.
- backported by
-
JDK-8084445 (Process) Merge UNIXProcess.java into ProcessImpl.java
-
- Resolved
-