hotspot/src/share/vm/logging/logTag.hpp
changeset 35463 b32e362563bb
parent 35219 b9ef87beb87c
child 35884 ec439aaca107
equal deleted inserted replaced
35461:1068dcb8d315 35463:b32e362563bb
    50   LOG_TAG(freelist) \
    50   LOG_TAG(freelist) \
    51   LOG_TAG(gc) \
    51   LOG_TAG(gc) \
    52   LOG_TAG(heap) \
    52   LOG_TAG(heap) \
    53   LOG_TAG(humongous) \
    53   LOG_TAG(humongous) \
    54   LOG_TAG(ihop) \
    54   LOG_TAG(ihop) \
       
    55   LOG_TAG(itables) \
    55   LOG_TAG(jni) \
    56   LOG_TAG(jni) \
    56   LOG_TAG(liveness) \
    57   LOG_TAG(liveness) \
    57   LOG_TAG(logging) \
    58   LOG_TAG(logging) \
    58   LOG_TAG(marking) \
    59   LOG_TAG(marking) \
    59   LOG_TAG(metaspace) \
    60   LOG_TAG(metaspace) \
    78   LOG_TAG(sweep) \
    79   LOG_TAG(sweep) \
    79   LOG_TAG(task) \
    80   LOG_TAG(task) \
    80   LOG_TAG(tlab) \
    81   LOG_TAG(tlab) \
    81   LOG_TAG(time) \
    82   LOG_TAG(time) \
    82   LOG_TAG(verify) \
    83   LOG_TAG(verify) \
    83   LOG_TAG(vmoperation)
    84   LOG_TAG(vmoperation) \
       
    85   LOG_TAG(vtables)
    84 
    86 
    85 #define PREFIX_LOG_TAG(T) (LogTag::_##T)
    87 #define PREFIX_LOG_TAG(T) (LogTag::_##T)
    86 
    88 
    87 // Expand a set of log tags to their prefixed names.
    89 // Expand a set of log tags to their prefixed names.
    88 // For error detection purposes, the macro passes one more tag than what is supported.
    90 // For error detection purposes, the macro passes one more tag than what is supported.