RFR: JDK-8315026: java/lang/ProcessHandle/TreeTest.java fails intermittent on AIX in TreeTest.test5 [v4]
Joachim Kern
jkern at openjdk.org
Wed Oct 11 14:10:24 UTC 2023
On Wed, 11 Oct 2023 13:52:54 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> Probably keep the function without split into 2 functions, but just adjust the comment a bit as Thomas suggested ?
>
> The callers in ProcessHandlerImpl depend on knowing the parent pid for each process.
> They are used to find the descendants of a process. When reading /proc that's necessary.
@RogerRiggs Roger you are most familiar with os_getChildren(). How would you phrase the introducing comment of this function?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16051#discussion_r1355069604
More information about the core-libs-dev
mailing list