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:
Max Ockner 2016-03-14 15:06:49 -04:00
parent edd3f7ca77
commit 5f9883ad73
6 changed files with 30 additions and 26 deletions

View file

@ -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 {