RFR: JDK-8169344: Potential open file descriptor in exists() of hotspot/agent/src/os/bsd/ps_core.c
Jini Susan George
jini.george at oracle.com
Tue Nov 8 04:39:52 UTC 2016
Thank you, David. Will make this change.
-jini
> -----Original Message-----
> From: David Holmes
> Sent: Tuesday, November 08, 2016 10:05 AM
> To: Jini Susan George; serviceability-dev at openjdk.java.net
> Subject: Re: RFR: JDK-8169344: Potential open file descriptor in exists() of
> hotspot/agent/src/os/bsd/ps_core.c
>
> 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