mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
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
This commit is contained in:
parent
348d3ab0f4
commit
7973ef05b3
12 changed files with 195 additions and 86 deletions
|
@ -400,6 +400,8 @@ static AliasedFlag const aliased_jvm_flags[] = {
|
|||
};
|
||||
|
||||
static AliasedFlag const aliased_jvm_logging_flags[] = {
|
||||
{ "-XX:+TraceExceptions", "-Xlog:exceptions=info" },
|
||||
{ "-XX:-TraceExceptions", "-Xlog:exceptions=off" },
|
||||
{ "-XX:+TraceMonitorInflation", "-Xlog:monitorinflation=debug" },
|
||||
{ "-XX:-TraceMonitorInflation", "-Xlog:monitorinflation=off" },
|
||||
{ NULL, NULL }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue