commit | 7973ef05b350b979a6768324c43e7ebc806a877b | [log] [tgz] |
---|---|---|
author | Rachel Protacio <rprotacio@openjdk.org> | Tue Dec 22 16:29:48 2015 -0500 |
committer | Rachel Protacio <rprotacio@openjdk.org> | Tue Dec 22 16:29:48 2015 -0500 |
tree | b5a2d7acf785182bc77ae51e99290c46160e693a | |
parent | 348d3ab0f4a277bbad08072375fad1e700d070f6 [diff] |
8141211: Convert TraceExceptions to Unified Logging The -XX:+TraceExceptions flag has been updated to the unified logging framework, i.e. -Xlog:exceptions. The old flag, because it is product-level, has been aliased to the UL option. Reviewed-by: dholmes, coleenp, mockner