-
Bug
-
Resolution: Fixed
-
P2
-
9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8179118 | 10 | Roger Riggs | P2 | Resolved | Fixed | b06 |
The getPid methods (new in JDK 9) in ProcessHandle and Process use the old bean style names and are inconsistent with other method names added to those apis.
The 'getPid' method should be renamed to simply 'pid' to be consistent in style.
The change is straightforward and mechanical.
The issue was mentioned in openjdk mail: http://mail.openjdk.java.net/pipermail/core-libs-dev/2017-April/047100.html
The 'getPid' method should be renamed to simply 'pid' to be consistent in style.
The change is straightforward and mechanical.
The issue was mentioned in openjdk mail: http://mail.openjdk.java.net/pipermail/core-libs-dev/2017-April/047100.html
- backported by
-
JDK-8179118 Process and ProcessHandle getPid method name inconsistency
-
- Resolved
-
- relates to
-
CODETOOLS-7902014 jtreg TimeoutHandler should use renamed Process.pid method
-
- Resolved
-
-
JDK-8178731 compiler/ciReplay/SABase.java does not compile
-
- Resolved
-