src/share/vm/logging/logTag.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/logging/logTag.hpp

src/share/vm/logging/logTag.hpp

Print this page

        

*** 33,52 **** --- 33,56 ---- // not be used in log calls, and should not be listed below.) #define LOG_TAG_LIST \ LOG_TAG(add) \ LOG_TAG(age) \ LOG_TAG(alloc) \ + LOG_TAG(aotclassfingerprint) \ + LOG_TAG(aotclassload) \ + LOG_TAG(aotclassresolve) \ LOG_TAG(annotation) \ LOG_TAG(arguments) \ LOG_TAG(attach) \ LOG_TAG(barrier) \ LOG_TAG(biasedlocking) \ LOG_TAG(blocks) \ LOG_TAG(bot) \ LOG_TAG(breakpoint) \ LOG_TAG(census) \ LOG_TAG(class) \ + LOG_TAG(classfingerprint) \ LOG_TAG(classhisto) \ LOG_TAG(cleanup) \ LOG_TAG(compaction) \ LOG_TAG(constraints) \ LOG_TAG(constantpool) \
src/share/vm/logging/logTag.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File