On 19/11/2013 19:42, Martin Buchholz wrote:
It would be nice if every request for review included URLs for the bug
report (in addition to the webrev).
Here is the bug id: https://bugs.openjdk.java.net/browse/JDK-8028094
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.
Thanks
Balchandra
But we should also try to think of better solutions than having to
use pkill.
On Tue, Nov 19, 2013 at 6:07 AM, Balchandra Vaidya
<balchandra.vai...@oracle.com <mailto:balchandra.vai...@oracle.com>>
wrote:
Hi,
Here is one possible solution for the issue JDK-8028094.
http://cr.openjdk.java.net/~bvaidya/8/8028094/webrev/
<http://cr.openjdk.java.net/%7Ebvaidya/8/8028094/webrev/>
I am not sure pkill is available in all Unix flavor at /usr/bin
directory,
but it is present in Solaris and OEL 6. I have tested on Solaris
and OEL and "sleep 6666" is no longer left over.
Thanks
Balchandra