src/share/vm/logging/logTag.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File protectiondomain.02 Sdiff src/share/vm/logging

src/share/vm/logging/logTag.hpp

Print this page




  49   LOG_TAG(defaultmethods) \
  50   LOG_TAG(ergo) \
  51   LOG_TAG(exceptions) \
  52   LOG_TAG(exit) \
  53   LOG_TAG(freelist) \
  54   LOG_TAG(gc) \
  55   LOG_TAG(heap) \
  56   LOG_TAG(humongous) \
  57   LOG_TAG(ihop) \
  58   LOG_TAG(itables) \
  59   LOG_TAG(jni) \
  60   LOG_TAG(liveness) \
  61   LOG_TAG(logging) \
  62   LOG_TAG(marking) \
  63   LOG_TAG(metaspace) \
  64   LOG_TAG(monitorinflation) \
  65   LOG_TAG(os) \
  66   LOG_TAG(phases) \
  67   LOG_TAG(plab) \
  68   LOG_TAG(promotion) \

  69   LOG_TAG(ref) \
  70   LOG_TAG(refine) \
  71   LOG_TAG(region) \
  72   LOG_TAG(remset) \
  73   LOG_TAG(safepoint) \
  74   LOG_TAG(scavenge) \
  75   LOG_TAG(scrub) \
  76   LOG_TAG(start) \
  77   LOG_TAG(startuptime) \
  78   LOG_TAG(state) \
  79   LOG_TAG(stats) \
  80   LOG_TAG(stringdedup) \
  81   LOG_TAG(survivor) \
  82   LOG_TAG(sweep) \
  83   LOG_TAG(task) \
  84   LOG_TAG(tlab) \
  85   LOG_TAG(time) \
  86   LOG_TAG(verify) \
  87   LOG_TAG(vmoperation) \
  88   LOG_TAG(vtables)




  49   LOG_TAG(defaultmethods) \
  50   LOG_TAG(ergo) \
  51   LOG_TAG(exceptions) \
  52   LOG_TAG(exit) \
  53   LOG_TAG(freelist) \
  54   LOG_TAG(gc) \
  55   LOG_TAG(heap) \
  56   LOG_TAG(humongous) \
  57   LOG_TAG(ihop) \
  58   LOG_TAG(itables) \
  59   LOG_TAG(jni) \
  60   LOG_TAG(liveness) \
  61   LOG_TAG(logging) \
  62   LOG_TAG(marking) \
  63   LOG_TAG(metaspace) \
  64   LOG_TAG(monitorinflation) \
  65   LOG_TAG(os) \
  66   LOG_TAG(phases) \
  67   LOG_TAG(plab) \
  68   LOG_TAG(promotion) \
  69   LOG_TAG(protectiondomain) /* "Trace protection domain verification" */ \
  70   LOG_TAG(ref) \
  71   LOG_TAG(refine) \
  72   LOG_TAG(region) \
  73   LOG_TAG(remset) \
  74   LOG_TAG(safepoint) \
  75   LOG_TAG(scavenge) \
  76   LOG_TAG(scrub) \
  77   LOG_TAG(start) \
  78   LOG_TAG(startuptime) \
  79   LOG_TAG(state) \
  80   LOG_TAG(stats) \
  81   LOG_TAG(stringdedup) \
  82   LOG_TAG(survivor) \
  83   LOG_TAG(sweep) \
  84   LOG_TAG(task) \
  85   LOG_TAG(tlab) \
  86   LOG_TAG(time) \
  87   LOG_TAG(verify) \
  88   LOG_TAG(vmoperation) \
  89   LOG_TAG(vtables)


src/share/vm/logging/logTag.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File