src/hotspot/share/logging/logTag.hpp
changeset 51618 54b344d9dd4e
parent 51405 8b23aa7cef47
child 52918 f94c7929a44b
equal deleted inserted replaced
51617:9720ad0a40b6 51618:54b344d9dd4e
   168   LOG_TAG(verification) \
   168   LOG_TAG(verification) \
   169   LOG_TAG(verify) \
   169   LOG_TAG(verify) \
   170   LOG_TAG(vmoperation) \
   170   LOG_TAG(vmoperation) \
   171   LOG_TAG(vmthread) \
   171   LOG_TAG(vmthread) \
   172   LOG_TAG(vtables) \
   172   LOG_TAG(vtables) \
   173   LOG_TAG(workgang)
   173   LOG_TAG(vtablestubs) \
       
   174   LOG_TAG(workgang) \
   174   LOG_TAG_LIST_EXT
   175   LOG_TAG_LIST_EXT
   175 
   176 
   176 #define PREFIX_LOG_TAG(T) (LogTag::_##T)
   177 #define PREFIX_LOG_TAG(T) (LogTag::_##T)
   177 
   178 
   178 // Expand a set of log tags to their prefixed names.
   179 // Expand a set of log tags to their prefixed names.