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,42 **** --- 33,43 ---- // 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) \
*** 57,66 **** --- 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