< prev index next >

src/share/vm/logging/logTag.hpp

Print this page




  58   LOG_TAG(ihop) \
  59   LOG_TAG(itables) \
  60   LOG_TAG(jni) \
  61   LOG_TAG(liveness) \
  62   LOG_TAG(logging) \
  63   LOG_TAG(marking) \
  64   LOG_TAG(metaspace) \
  65   LOG_TAG(monitorinflation) \
  66   LOG_TAG(os) \
  67   LOG_TAG(phases) \
  68   LOG_TAG(plab) \
  69   LOG_TAG(promotion) \
  70   LOG_TAG(protectiondomain) /* "Trace protection domain verification" */ \
  71   LOG_TAG(ref) \
  72   LOG_TAG(refine) \
  73   LOG_TAG(region) \
  74   LOG_TAG(remset) \
  75   LOG_TAG(safepoint) \
  76   LOG_TAG(scavenge) \
  77   LOG_TAG(scrub) \

  78   LOG_TAG(start) \
  79   LOG_TAG(startuptime) \
  80   LOG_TAG(state) \
  81   LOG_TAG(stats) \
  82   LOG_TAG(stringdedup) \
  83   LOG_TAG(survivor) \
  84   LOG_TAG(sweep) \
  85   LOG_TAG(task) \
  86   LOG_TAG(thread) \
  87   LOG_TAG(tlab) \
  88   LOG_TAG(time) \
  89   LOG_TAG(verify) \
  90   LOG_TAG(vmoperation) \
  91   LOG_TAG(vtables)
  92 
  93 #define PREFIX_LOG_TAG(T) (LogTag::_##T)
  94 
  95 // Expand a set of log tags to their prefixed names.
  96 // For error detection purposes, the macro passes one more tag than what is supported.
  97 // If too many tags are given, a static assert in the log class will fail.




  58   LOG_TAG(ihop) \
  59   LOG_TAG(itables) \
  60   LOG_TAG(jni) \
  61   LOG_TAG(liveness) \
  62   LOG_TAG(logging) \
  63   LOG_TAG(marking) \
  64   LOG_TAG(metaspace) \
  65   LOG_TAG(monitorinflation) \
  66   LOG_TAG(os) \
  67   LOG_TAG(phases) \
  68   LOG_TAG(plab) \
  69   LOG_TAG(promotion) \
  70   LOG_TAG(protectiondomain) /* "Trace protection domain verification" */ \
  71   LOG_TAG(ref) \
  72   LOG_TAG(refine) \
  73   LOG_TAG(region) \
  74   LOG_TAG(remset) \
  75   LOG_TAG(safepoint) \
  76   LOG_TAG(scavenge) \
  77   LOG_TAG(scrub) \
  78   LOG_TAG(stacktrace) \
  79   LOG_TAG(start) \
  80   LOG_TAG(startuptime) \
  81   LOG_TAG(state) \
  82   LOG_TAG(stats) \
  83   LOG_TAG(stringdedup) \
  84   LOG_TAG(survivor) \
  85   LOG_TAG(sweep) \
  86   LOG_TAG(task) \
  87   LOG_TAG(thread) \
  88   LOG_TAG(tlab) \
  89   LOG_TAG(time) \
  90   LOG_TAG(verify) \
  91   LOG_TAG(vmoperation) \
  92   LOG_TAG(vtables)
  93 
  94 #define PREFIX_LOG_TAG(T) (LogTag::_##T)
  95 
  96 // Expand a set of log tags to their prefixed names.
  97 // For error detection purposes, the macro passes one more tag than what is supported.
  98 // If too many tags are given, a static assert in the log class will fail.


< prev index next >