< prev index next >

src/share/vm/logging/logTag.hpp

Print this page

        

*** 140,149 **** --- 140,150 ---- LOG_TAG(update) \ LOG_TAG(unload) /* Trace unloading of classes */ \ LOG_TAG(verification) \ LOG_TAG(verify) \ LOG_TAG(vmoperation) \ + LOG_TAG(vmthread) \ LOG_TAG(vtables) \ LOG_TAG(workgang) \ LOG_TAG_LIST_EXT #define PREFIX_LOG_TAG(T) (LogTag::_##T)
< prev index next >