< prev index next >

src/share/vm/logging/logTag.hpp

Print this page




  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(itables) \
  78   LOG_TAG(jit) \
  79   LOG_TAG(jni) \
  80   LOG_TAG(jvmti) \
  81   LOG_TAG(liveness) \
  82   LOG_TAG(load) /* Trace all classes loaded */ \
  83   LOG_TAG(loader) \
  84   LOG_TAG(logging) \
  85   LOG_TAG(mark) \
  86   LOG_TAG(marking) \
  87   LOG_TAG(membername) \
  88   LOG_TAG(memops) \
  89   LOG_TAG(methodcomparator) \
  90   LOG_TAG(metadata) \
  91   LOG_TAG(metaspace) \
  92   LOG_TAG(mmu) \
  93   LOG_TAG(module) \
  94   LOG_TAG(monitorinflation) \
  95   LOG_TAG(monitormismatch) \
  96   LOG_TAG(nmethod) \




  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) \
  90   LOG_TAG(methodcomparator) \
  91   LOG_TAG(metadata) \
  92   LOG_TAG(metaspace) \
  93   LOG_TAG(mmu) \
  94   LOG_TAG(module) \
  95   LOG_TAG(monitorinflation) \
  96   LOG_TAG(monitormismatch) \
  97   LOG_TAG(nmethod) \


< prev index next >