RFR (XS) : 8141641: Runtime: implement range for ErrorLogTimeout
Christian Thalinger
christian.thalinger at oracle.com
Tue Nov 10 23:30:14 UTC 2015
> On Nov 10, 2015, at 11:22 AM, Coleen Phillimore <coleen.phillimore at oracle.com> wrote:
>
>
> I think the upper range should be much higher. This sleep is also something that keeps the jvm alive if you are debugging and have multiple places that crash, and haven't set ShowMessageBoxOnError. Setting this flag to something very high will prevent the debugger from timing out with:
>
> err.print_raw_cr("# [ timer expired, abort... ]");
>
> which is really annoying.
It is! Since we are talking about this, why do we have that?
> I'd almost suggest MAX_INT as the upper range, but maybe 60*60*60 60 hours would do.
>
> Thanks,
> Coleen
>
> On 11/10/15 2:34 PM, 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
>>
>>
>> Thank you.
>>
>>
>
More information about the hotspot-dev
mailing list