< prev index next >

src/share/vm/logging/logTag.hpp

Print this page




  31 // List of available logging tags. New tags should be added here.
  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) \




  31 // List of available logging tags. New tags should be added here.
  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(codecache) \
  52   LOG_TAG(compaction) \
  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) \


< prev index next >