src/share/vm/logging/logTag.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/logging/logTag.hpp	Wed Jan  6 16:10:30 2016
--- new/src/share/vm/logging/logTag.hpp	Wed Jan  6 16:10:30 2016

*** 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 **** --- 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