src/share/vm/logging/logTag.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8141564 Cdiff src/share/vm/logging/logTag.hpp

src/share/vm/logging/logTag.hpp

Print this page

        

*** 30,42 **** // List of available logging tags. New tags should be added here. // (The tags 'all', 'disable' and 'help' are special tags that can // not be used in log calls, and should not be listed below.) #define LOG_TAG_LIST \ LOG_TAG(defaultmethods) \ LOG_TAG(logging) \ LOG_TAG(safepoint) \ ! LOG_TAG(vmoperation) #define PREFIX_LOG_TAG(T) (LogTag::T) // Expand a set of log tags to their prefixed names. // For error detection purposes, the macro passes one more tag than what is supported. --- 30,44 ---- // List of available logging tags. New tags should be added here. // (The tags 'all', 'disable' and 'help' are special tags that can // not be used in log calls, and should not be listed below.) #define LOG_TAG_LIST \ LOG_TAG(defaultmethods) \ + LOG_TAG(itables) \ LOG_TAG(logging) \ LOG_TAG(safepoint) \ ! LOG_TAG(vmoperation) \ ! LOG_TAG(vtables) #define PREFIX_LOG_TAG(T) (LogTag::T) // Expand a set of log tags to their prefixed names. // For error detection purposes, the macro passes one more tag than what is supported.
src/share/vm/logging/logTag.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File