RFR: JDK-8169344: Potential open file descriptor in exists() of hotspot/agent/src/os/bsd/ps_core.c
David Holmes
david.holmes at oracle.com
Tue Nov 8 04:35:20 UTC 2016
Hi,
On 8/11/2016 2:08 PM, Jini Susan George wrote:
> Requesting a review for the small fix for:
> https://bugs.openjdk.java.net/browse/JDK-8169344
>
> Webrev: http://cr.openjdk.java.net/~jgeorge/8169344/webrev.00/
Looks okay but it can now simplify down to:
return access(fname, F_OK) == 0;
:)
Thanks,
David
>
>
> Thanks,
>
> - Jini Susan George
>
>
>
More information about the serviceability-dev
mailing list