Hi Roger,

when using isAlive0, would it may make sense to - on the first invocation -
remember the process start time and on subsequent invocations to check this
time against the new return value? That way you could check for process
identity in the case of recycled process ids.

Kind Regards,Thomas

On Tue, Mar 14, 2017 at 9:36 PM, Roger Riggs <roger.ri...@oracle.com> wrote:

> Please review a change to the implementation of ProcessHandle.onExit to
> correctly handle waiting for any process to terminate and a corresponding
> new test.
> On Linux, waitpid only waits for direct children; waiting for non-children
> now polls for termination.
>
> Please review and comment:
>
> Webrev:
> http://cr.openjdk.java.net/~rriggs/webrev-processhandle-onex
> it-8176272/index.html
>
> Issue:
>   https://bugs.openjdk.java.net/browse/JDK-8176272
>
> Thanks, Roger
>
>
>
>

Reply via email to