src/hotspot/share/runtime/arguments.cpp
changeset 53588 a5f46c4690f8
parent 53547 9d1a788dea3d
child 53724 70f114974aa7
equal deleted inserted replaced
53587:739eaf4ac4ad 53588:a5f46c4690f8
   577   { "TraceClassPaths",           LogLevel::Info,  true,  LOG_TAGS(class, path) },
   577   { "TraceClassPaths",           LogLevel::Info,  true,  LOG_TAGS(class, path) },
   578   { "TraceClassResolution",      LogLevel::Debug, true,  LOG_TAGS(class, resolve) },
   578   { "TraceClassResolution",      LogLevel::Debug, true,  LOG_TAGS(class, resolve) },
   579   { "TraceClassUnloading",       LogLevel::Info,  true,  LOG_TAGS(class, unload) },
   579   { "TraceClassUnloading",       LogLevel::Info,  true,  LOG_TAGS(class, unload) },
   580   { "TraceExceptions",           LogLevel::Info,  true,  LOG_TAGS(exceptions) },
   580   { "TraceExceptions",           LogLevel::Info,  true,  LOG_TAGS(exceptions) },
   581   { "TraceLoaderConstraints",    LogLevel::Info,  true,  LOG_TAGS(class, loader, constraints) },
   581   { "TraceLoaderConstraints",    LogLevel::Info,  true,  LOG_TAGS(class, loader, constraints) },
   582   { "TraceMonitorInflation",     LogLevel::Debug, true,  LOG_TAGS(monitorinflation) },
   582   { "TraceMonitorInflation",     LogLevel::Trace, true,  LOG_TAGS(monitorinflation) },
   583   { "TraceSafepointCleanupTime", LogLevel::Info,  true,  LOG_TAGS(safepoint, cleanup) },
   583   { "TraceSafepointCleanupTime", LogLevel::Info,  true,  LOG_TAGS(safepoint, cleanup) },
   584   { "TraceJVMTIObjectTagging",   LogLevel::Debug, true,  LOG_TAGS(jvmti, objecttagging) },
   584   { "TraceJVMTIObjectTagging",   LogLevel::Debug, true,  LOG_TAGS(jvmti, objecttagging) },
   585   { "TraceRedefineClasses",      LogLevel::Info,  false, LOG_TAGS(redefine, class) },
   585   { "TraceRedefineClasses",      LogLevel::Info,  false, LOG_TAGS(redefine, class) },
   586   { NULL,                        LogLevel::Off,   false, LOG_TAGS(_NO_TAG) }
   586   { NULL,                        LogLevel::Off,   false, LOG_TAGS(_NO_TAG) }
   587 };
   587 };