src/hotspot/share/logging/logTag.hpp
changeset 50113 caf115bb98ad
parent 49716 450d709262c1
child 50372 7a013fbf6fc3
equal deleted inserted replaced
50112:7a2a740815b7 50113:caf115bb98ad
   154   LOG_TAG(verify) \
   154   LOG_TAG(verify) \
   155   LOG_TAG(vmoperation) \
   155   LOG_TAG(vmoperation) \
   156   LOG_TAG(vmthread) \
   156   LOG_TAG(vmthread) \
   157   LOG_TAG(vtables) \
   157   LOG_TAG(vtables) \
   158   LOG_TAG(workgang) \
   158   LOG_TAG(workgang) \
       
   159   LOG_TAG(jfr) \
       
   160   LOG_TAG(system) \
       
   161   LOG_TAG(parser) \
       
   162   LOG_TAG(bytecode) \
       
   163   LOG_TAG(setting) \
       
   164   LOG_TAG(oldobject) \
       
   165   LOG_TAG(sampling) \
       
   166   LOG_TAG(event)
   159   LOG_TAG_LIST_EXT
   167   LOG_TAG_LIST_EXT
   160 
   168 
   161 #define PREFIX_LOG_TAG(T) (LogTag::_##T)
   169 #define PREFIX_LOG_TAG(T) (LogTag::_##T)
   162 
   170 
   163 // Expand a set of log tags to their prefixed names.
   171 // Expand a set of log tags to their prefixed names.