mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8144874
: Reimplement TraceClassResolution with Unified Logging
TraceClassResolution reimplemented with classresolve tag. Reviewed-by: coleenp, dholmes, iklam, rprotacio
This commit is contained in:
parent
76d0d92563
commit
de7d9e821c
12 changed files with 31 additions and 31 deletions
|
@ -400,6 +400,8 @@ static AliasedFlag const aliased_jvm_flags[] = {
|
|||
};
|
||||
|
||||
static AliasedFlag const aliased_jvm_logging_flags[] = {
|
||||
{ "-XX:+TraceClassResolution", "-Xlog:classresolve=info"},
|
||||
{ "-XX:-TraceClassResolution", "-Xlog:classresolve=off"},
|
||||
{ "-XX:+TraceExceptions", "-Xlog:exceptions=info" },
|
||||
{ "-XX:-TraceExceptions", "-Xlog:exceptions=off" },
|
||||
{ "-XX:+TraceMonitorInflation", "-Xlog:monitorinflation=debug" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue