hotspot/src/share/vm/logging/logTag.hpp
changeset 33763 cec2333f839c
parent 33736 1b3950243443
child 34150 ec723a529700
child 34262 43560e879d6d
child 34628 6d08ec72803b
equal deleted inserted replaced
33756:fc1eddc092e7 33763:cec2333f839c
    30 // List of available logging tags. New tags should be added here.
    30 // List of available logging tags. New tags should be added here.
    31 // (The tags 'all', 'disable' and 'help' are special tags that can
    31 // (The tags 'all', 'disable' and 'help' are special tags that can
    32 // not be used in log calls, and should not be listed below.)
    32 // not be used in log calls, and should not be listed below.)
    33 #define LOG_TAG_LIST \
    33 #define LOG_TAG_LIST \
    34   LOG_TAG(defaultmethods) \
    34   LOG_TAG(defaultmethods) \
    35   LOG_TAG(logging)
    35   LOG_TAG(logging) \
       
    36   LOG_TAG(safepoint)
    36 
    37 
    37 #define PREFIX_LOG_TAG(T) (LogTag::T)
    38 #define PREFIX_LOG_TAG(T) (LogTag::T)
    38 
    39 
    39 // Expand a set of log tags to their prefixed names.
    40 // Expand a set of log tags to their prefixed names.
    40 // For error detection purposes, the macro passes one more tag than what is supported.
    41 // For error detection purposes, the macro passes one more tag than what is supported.