Hi Martin,
It is just an effort try to cleanup the leftover sleep process before
the test terminates.
Thanks
Balchandra
On 19/11/2013 19:44, Martin Buchholz wrote:
Is there an actual problem caused by all those sleep processes, or are
you just trying to be tidy?
On Tue, Nov 19, 2013 at 6:07 AM, Balchandra Vaidya
<[email protected] <mailto:[email protected]>>
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