< prev index next >

src/share/vm/logging/logTag.hpp

Print this page

        

*** 33,44 **** // 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(arguments) \ LOG_TAG(annotation) \ LOG_TAG(barrier) \ LOG_TAG(biasedlocking) \ LOG_TAG(bot) \ LOG_TAG(breakpoint) \ LOG_TAG(census) \ --- 33,45 ---- // 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(annotation) \ + LOG_TAG(arguments) \ + LOG_TAG(attach) \ LOG_TAG(barrier) \ LOG_TAG(biasedlocking) \ LOG_TAG(bot) \ LOG_TAG(breakpoint) \ LOG_TAG(census) \
< prev index next >