RFR (XS) : 8141641: Runtime: implement range for ErrorLogTimeout

David Holmes david.holmes at oracle.com
Wed Nov 11 02:43:50 UTC 2015


On 11/11/2015 5:34 AM, gerard ziemski wrote:
>
> hi all,
>
> Please review this small fix for JEP-245, which implements range for the
> last new runtime flag.
>
>      bug: https://bugs.openjdk.java.net/browse/JDK-8141641
>   webrev: http://cr.openjdk.java.net/~gziemski/8141641_rev0

This seems an artificial constraint. Why should I not be able to specify 
0 or UINT_MAX? A range check is for validity not sensibility, and all 
values are valid here.

David

>
> Thank you.
>
>


More information about the hotspot-dev mailing list