src/share/vm/logging/logTag.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/logging/logTag.hpp	Thu Nov  3 04:05:50 2016
--- new/src/share/vm/logging/logTag.hpp	Thu Nov  3 04:05:50 2016

*** 33,56 **** --- 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(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) \
*** 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