RFR: 8242626: enhance posix print_rlimit_info
Doerr, Martin
martin.doerr at sap.com
Thu Apr 16 16:21:22 UTC 2020
Hi Matthias,
thanks for improving it.
A very minor hotspot coding style issue:
Curly brackets should be used for the if and else parts.
And the indentation looks odd in line 432.
It'd be nice to add an example output to the issue description.
Otherwise, looks good. I don't need to see another webrev.
Best regards,
Martin
> -----Original Message-----
> From: hotspot-dev <hotspot-dev-bounces at openjdk.java.net> On Behalf Of
> gerard ziemski
> Sent: Donnerstag, 16. April 2020 17:53
> To: Baesken, Matthias <matthias.baesken at sap.com>; 'hotspot-
> dev at openjdk.java.net' <hotspot-dev at openjdk.java.net>
> Subject: Re: RFR: 8242626: enhance posix print_rlimit_info
>
> hi Matthias,
>
> Nice enhancement, I like that you added the hard limit and that we now
> check the return code.
>
> +1 from me (small r reviewer)
>
> ps. I checked our tests to see whether any one of them parses the rlimit
> output and I didn't find any, but did you run any tests just in case?
>
>
> cheers
>
> On 4/14/20 10:27 AM, Baesken, Matthias wrote:
> > Please review this small enhancement of os::Posix::print_rlimit_info.
> >
> > It adds return code handling of getrlimit , output of some more limit
> values and output of hard limits (additionally to the existing soft limits) .
> >
> > Bug/webrev :
> >
> > https://bugs.openjdk.java.net/browse/JDK-8242626
> >
> > http://cr.openjdk.java.net/~mbaesken/webrevs/8242626.1/
> >
> > Thanks, Matthias
More information about the hotspot-dev
mailing list