RFR (XS): 8150085: Convert TraceClearedExceptions to Unified Logging

Coleen Phillimore coleen.phillimore at oracle.com
Tue Mar 15 01:35:01 UTC 2016


http://cr.openjdk.java.net/~rprotacio/8150085.02/src/share/vm/utilities/exceptions.cpp.udiff.html

It looks like this could be one if statement rather than two, and 
checking _pending_exception != NULL is faster than testing 
log_is_enabled().  If you make this change, I don't need to see another 
webrev.

thanks,
Coleen


On 3/14/16 2:23 PM, Rachel Protacio wrote:
> Hi,
>
> Please review this change, converting -XX:+TraceClearedExceptions to 
> -Xlog:exceptions=debug. (This change replaces the one I sent out 
> earlier that was going to delete the option.)
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8150085
> Open webrev: http://cr.openjdk.java.net/~rprotacio/8150085.02/
>
> Passes JPRT; if you'd like to see additional testing, please let me know.
>
> Thank you,
> Rachel



More information about the hotspot-runtime-dev mailing list