< prev index next >

src/share/vm/logging/logTag.hpp

Print this page




  32 // (The tags 'all', 'disable' and 'help' are special tags that can
  33 // not be used in log calls, and should not be listed below.)
  34 #define LOG_TAG_LIST \
  35   LOG_TAG(add) \
  36   LOG_TAG(age) \
  37   LOG_TAG(alloc) \
  38   LOG_TAG(aot) \
  39   LOG_TAG(annotation) \
  40   LOG_TAG(arguments) \
  41   LOG_TAG(attach) \
  42   LOG_TAG(barrier) \
  43   LOG_TAG(biasedlocking) \
  44   LOG_TAG(blocks) \
  45   LOG_TAG(bot) \
  46   LOG_TAG(breakpoint) \
  47   LOG_TAG(census) \
  48   LOG_TAG(class) \
  49   LOG_TAG(classhisto) \
  50   LOG_TAG(cleanup) \
  51   LOG_TAG(compaction) \

  52   LOG_TAG(constraints) \
  53   LOG_TAG(constantpool) \
  54   LOG_TAG(coops) \
  55   LOG_TAG(cpu) \
  56   LOG_TAG(cset) \
  57   LOG_TAG(data) \
  58   LOG_TAG(defaultmethods) \
  59   LOG_TAG(dump) \
  60   LOG_TAG(ergo) \
  61   LOG_TAG(exceptions) \
  62   LOG_TAG(exit) \
  63   LOG_TAG(fingerprint) \
  64   LOG_TAG(freelist) \
  65   LOG_TAG(gc) \
  66   LOG_TAG(hashtables) \
  67   LOG_TAG(heap) \
  68   LOG_TAG(humongous) \
  69   LOG_TAG(ihop) \
  70   LOG_TAG(iklass) \
  71   LOG_TAG(init) \

  72   LOG_TAG(itables) \

  73   LOG_TAG(jni) \
  74   LOG_TAG(jvmti) \
  75   LOG_TAG(liveness) \
  76   LOG_TAG(load) /* Trace all classes loaded */ \
  77   LOG_TAG(loader) \
  78   LOG_TAG(logging) \
  79   LOG_TAG(mark) \
  80   LOG_TAG(marking) \
  81   LOG_TAG(methodcomparator) \
  82   LOG_TAG(metadata) \
  83   LOG_TAG(metaspace) \
  84   LOG_TAG(mmu) \
  85   LOG_TAG(modules) \
  86   LOG_TAG(monitorinflation) \
  87   LOG_TAG(monitormismatch) \
  88   LOG_TAG(nmethod) \
  89   LOG_TAG(normalize) \
  90   LOG_TAG(objecttagging) \
  91   LOG_TAG(obsolete) \
  92   LOG_TAG(oopmap) \




  32 // (The tags 'all', 'disable' and 'help' are special tags that can
  33 // not be used in log calls, and should not be listed below.)
  34 #define LOG_TAG_LIST \
  35   LOG_TAG(add) \
  36   LOG_TAG(age) \
  37   LOG_TAG(alloc) \
  38   LOG_TAG(aot) \
  39   LOG_TAG(annotation) \
  40   LOG_TAG(arguments) \
  41   LOG_TAG(attach) \
  42   LOG_TAG(barrier) \
  43   LOG_TAG(biasedlocking) \
  44   LOG_TAG(blocks) \
  45   LOG_TAG(bot) \
  46   LOG_TAG(breakpoint) \
  47   LOG_TAG(census) \
  48   LOG_TAG(class) \
  49   LOG_TAG(classhisto) \
  50   LOG_TAG(cleanup) \
  51   LOG_TAG(compaction) \
  52   LOG_TAG(compilation) \
  53   LOG_TAG(constraints) \
  54   LOG_TAG(constantpool) \
  55   LOG_TAG(coops) \
  56   LOG_TAG(cpu) \
  57   LOG_TAG(cset) \
  58   LOG_TAG(data) \
  59   LOG_TAG(defaultmethods) \
  60   LOG_TAG(dump) \
  61   LOG_TAG(ergo) \
  62   LOG_TAG(exceptions) \
  63   LOG_TAG(exit) \
  64   LOG_TAG(fingerprint) \
  65   LOG_TAG(freelist) \
  66   LOG_TAG(gc) \
  67   LOG_TAG(hashtables) \
  68   LOG_TAG(heap) \
  69   LOG_TAG(humongous) \
  70   LOG_TAG(ihop) \
  71   LOG_TAG(iklass) \
  72   LOG_TAG(init) \
  73   LOG_TAG(inlining) \
  74   LOG_TAG(itables) \
  75   LOG_TAG(jit) \
  76   LOG_TAG(jni) \
  77   LOG_TAG(jvmti) \
  78   LOG_TAG(liveness) \
  79   LOG_TAG(load) /* Trace all classes loaded */ \
  80   LOG_TAG(loader) \
  81   LOG_TAG(logging) \
  82   LOG_TAG(mark) \
  83   LOG_TAG(marking) \
  84   LOG_TAG(methodcomparator) \
  85   LOG_TAG(metadata) \
  86   LOG_TAG(metaspace) \
  87   LOG_TAG(mmu) \
  88   LOG_TAG(modules) \
  89   LOG_TAG(monitorinflation) \
  90   LOG_TAG(monitormismatch) \
  91   LOG_TAG(nmethod) \
  92   LOG_TAG(normalize) \
  93   LOG_TAG(objecttagging) \
  94   LOG_TAG(obsolete) \
  95   LOG_TAG(oopmap) \


< prev index next >