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

src/share/vm/logging/logTag.hpp

Print this page

        

*** 50,59 **** --- 50,60 ---- LOG_TAG(freelist) \ LOG_TAG(gc) \ LOG_TAG(heap) \ LOG_TAG(humongous) \ LOG_TAG(ihop) \ + LOG_TAG(itables) \ LOG_TAG(jni) \ LOG_TAG(liveness) \ LOG_TAG(logging) \ LOG_TAG(marking) \ LOG_TAG(metaspace) \
*** 78,88 **** LOG_TAG(sweep) \ LOG_TAG(task) \ LOG_TAG(tlab) \ LOG_TAG(time) \ LOG_TAG(verify) \ ! LOG_TAG(vmoperation) #define PREFIX_LOG_TAG(T) (LogTag::_##T) // Expand a set of log tags to their prefixed names. // For error detection purposes, the macro passes one more tag than what is supported. --- 79,90 ---- LOG_TAG(sweep) \ LOG_TAG(task) \ LOG_TAG(tlab) \ LOG_TAG(time) \ LOG_TAG(verify) \ ! LOG_TAG(vmoperation) \ ! LOG_TAG(vtables) #define PREFIX_LOG_TAG(T) (LogTag::_##T) // Expand a set of log tags to their prefixed names. // For error detection purposes, the macro passes one more tag than what is supported.
src/share/vm/logging/logTag.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File