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
rev 29186 : Review changes 2

*** 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) \ --- 33,53 ---- // 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(aot) \ 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(classhisto) \ LOG_TAG(cleanup) \ LOG_TAG(compaction) \ LOG_TAG(constraints) \ LOG_TAG(constantpool) \
*** 61,70 **** --- 58,68 ---- LOG_TAG(defaultmethods) \ LOG_TAG(dump) \ LOG_TAG(ergo) \ LOG_TAG(exceptions) \ LOG_TAG(exit) \ + LOG_TAG(fingerprint) \ LOG_TAG(freelist) \ LOG_TAG(gc) \ LOG_TAG(hashtables) \ LOG_TAG(heap) \ LOG_TAG(humongous) \
src/share/vm/logging/logTag.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File