Request to review JDK-8028094

Martin Buchholz martinrb at google.com
Wed Nov 20 15:23:26 UTC 2013


On Wed, Nov 20, 2013 at 7:05 AM, Balchandra Vaidya <
balchandra.vaidya at oracle.com> wrote:

>
> On 19/11/2013 19:42, Martin Buchholz wrote:
>
> The existing test has a check for the existence of /bin/sleep before
> running it.  We should do the same for any other Unix command like pkill.
>
> Agree. I will work it.
>
>
Since killing the sleep process is only for being tidy, I now think the
better way is to try to run it without checking for its existence, but
ignore any exception we get when trying, as in my latest suggested patch.



More information about the core-libs-dev mailing list