< prev index next >

src/hotspot/share/logging/logTag.hpp

Print this page
rev 47591 : Add Thread Local handshakes and thread local polling


  50   LOG_TAG(classhisto) \
  51   LOG_TAG(cleanup) \
  52   LOG_TAG(codecache) \
  53   LOG_TAG(compaction) \
  54   LOG_TAG(compilation) \
  55   LOG_TAG(constraints) \
  56   LOG_TAG(constantpool) \
  57   LOG_TAG(coops) \
  58   LOG_TAG(cpu) \
  59   LOG_TAG(cset) \
  60   LOG_TAG(data) \
  61   LOG_TAG(datacreation) \
  62   LOG_TAG(defaultmethods) \
  63   LOG_TAG(dump) \
  64   LOG_TAG(ergo) \
  65   LOG_TAG(exceptions) \
  66   LOG_TAG(exit) \
  67   LOG_TAG(fingerprint) \
  68   LOG_TAG(freelist) \
  69   LOG_TAG(gc) \

  70   LOG_TAG(hashtables) \
  71   LOG_TAG(heap) \
  72   LOG_TAG(humongous) \
  73   LOG_TAG(ihop) \
  74   LOG_TAG(iklass) \
  75   LOG_TAG(init) \
  76   LOG_TAG(inlining) \
  77   LOG_TAG(interpreter) \
  78   LOG_TAG(itables) \
  79   LOG_TAG(jit) \
  80   LOG_TAG(jni) \
  81   LOG_TAG(jvmti) \
  82   LOG_TAG(liveness) \
  83   LOG_TAG(load) /* Trace all classes loaded */ \
  84   LOG_TAG(loader) \
  85   LOG_TAG(logging) \
  86   LOG_TAG(mark) \
  87   LOG_TAG(marking) \
  88   LOG_TAG(membername) \
  89   LOG_TAG(memops) \




  50   LOG_TAG(classhisto) \
  51   LOG_TAG(cleanup) \
  52   LOG_TAG(codecache) \
  53   LOG_TAG(compaction) \
  54   LOG_TAG(compilation) \
  55   LOG_TAG(constraints) \
  56   LOG_TAG(constantpool) \
  57   LOG_TAG(coops) \
  58   LOG_TAG(cpu) \
  59   LOG_TAG(cset) \
  60   LOG_TAG(data) \
  61   LOG_TAG(datacreation) \
  62   LOG_TAG(defaultmethods) \
  63   LOG_TAG(dump) \
  64   LOG_TAG(ergo) \
  65   LOG_TAG(exceptions) \
  66   LOG_TAG(exit) \
  67   LOG_TAG(fingerprint) \
  68   LOG_TAG(freelist) \
  69   LOG_TAG(gc) \
  70   LOG_TAG(handshake) \
  71   LOG_TAG(hashtables) \
  72   LOG_TAG(heap) \
  73   LOG_TAG(humongous) \
  74   LOG_TAG(ihop) \
  75   LOG_TAG(iklass) \
  76   LOG_TAG(init) \
  77   LOG_TAG(inlining) \
  78   LOG_TAG(interpreter) \
  79   LOG_TAG(itables) \
  80   LOG_TAG(jit) \
  81   LOG_TAG(jni) \
  82   LOG_TAG(jvmti) \
  83   LOG_TAG(liveness) \
  84   LOG_TAG(load) /* Trace all classes loaded */ \
  85   LOG_TAG(loader) \
  86   LOG_TAG(logging) \
  87   LOG_TAG(mark) \
  88   LOG_TAG(marking) \
  89   LOG_TAG(membername) \
  90   LOG_TAG(memops) \


< prev index next >