< prev index next >

src/share/vm/logging/logTag.hpp

Print this page

        

*** 47,56 **** --- 47,57 ---- LOG_TAG(census) \ LOG_TAG(class) \ LOG_TAG(classhisto) \ LOG_TAG(cleanup) \ LOG_TAG(compaction) \ + LOG_TAG(compilation) \ LOG_TAG(constraints) \ LOG_TAG(constantpool) \ LOG_TAG(coops) \ LOG_TAG(cpu) \ LOG_TAG(cset) \
*** 67,77 **** --- 68,80 ---- LOG_TAG(heap) \ LOG_TAG(humongous) \ LOG_TAG(ihop) \ LOG_TAG(iklass) \ LOG_TAG(init) \ + LOG_TAG(inlining) \ LOG_TAG(itables) \ + LOG_TAG(jit) \ LOG_TAG(jni) \ LOG_TAG(jvmti) \ LOG_TAG(liveness) \ LOG_TAG(load) /* Trace all classes loaded */ \ LOG_TAG(loader) \
< prev index next >