mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8222371: Use UL for TraceNMethodInstalls code
Reviewed-by: dholmes
This commit is contained in:
parent
4bd89c7401
commit
bb4d2bc846
4 changed files with 21 additions and 22 deletions
|
@ -604,6 +604,7 @@ static AliasedLoggingFlag const aliased_logging_flags[] = {
|
|||
{ "TraceSafepointCleanupTime", LogLevel::Info, true, LOG_TAGS(safepoint, cleanup) },
|
||||
{ "TraceJVMTIObjectTagging", LogLevel::Debug, true, LOG_TAGS(jvmti, objecttagging) },
|
||||
{ "TraceRedefineClasses", LogLevel::Info, false, LOG_TAGS(redefine, class) },
|
||||
{ "TraceNMethodInstalls", LogLevel::Info, true, LOG_TAGS(nmethod, install) },
|
||||
{ NULL, LogLevel::Off, false, LOG_TAGS(_NO_TAG) }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue