8154059: JVMTI ObjectTagging to UL

Reviewed-by: sspitsyn, mlarsson
This commit is contained in:
Robbin Ehn 2016-04-19 14:21:26 +02:00
parent 9d7444952a
commit 167be2a61c
4 changed files with 13 additions and 21 deletions

View file

@ -420,6 +420,7 @@ static AliasedLoggingFlag const aliased_logging_flags[] = {
{ "TraceLoaderConstraints", LogLevel::Info, true, LOG_TAGS(classload, constraints) },
{ "TraceMonitorInflation", LogLevel::Debug, true, LOG_TAGS(monitorinflation) },
{ "TraceSafepointCleanupTime", LogLevel::Info, true, LOG_TAGS(safepointcleanup) },
{ "TraceJVMTIObjectTagging", LogLevel::Debug, true, LOG_TAGS(jvmti, objecttagging) },
{ NULL, LogLevel::Off, false, LOG_TAGS(_NO_TAG) }
};