mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8149995: TraceClassLoadingPreorder has been converted to Unified Logging
TraceClassLoadingPreorder has been converted to Unified Logging. Logging alias table now has extra columns to support multi-tag configurations. Reviewed-by: iklam, coleenp
This commit is contained in:
parent
edd3f7ca77
commit
5f9883ad73
6 changed files with 30 additions and 26 deletions
|
@ -230,7 +230,12 @@ typedef struct {
|
|||
const char* alias_name;
|
||||
LogLevelType level;
|
||||
bool exactMatch;
|
||||
LogTagType tag;
|
||||
LogTagType tag0;
|
||||
LogTagType tag1;
|
||||
LogTagType tag2;
|
||||
LogTagType tag3;
|
||||
LogTagType tag4;
|
||||
LogTagType tag5;
|
||||
} AliasedLoggingFlag;
|
||||
|
||||
class Arguments : AllStatic {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue