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

Coleen Phillimore coleen.phillimore at oracle.com
Tue Nov 10 21:22:55 UTC 2015


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.   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