< prev index next >

src/share/vm/logging/logTag.hpp

Print this page

        

*** 139,148 **** --- 139,149 ---- LOG_TAG(verification) \ LOG_TAG(verify) \ LOG_TAG(vmoperation) \ LOG_TAG(vtables) \ LOG_TAG(workgang) \ + LOG_TAG(valuetypes) \ LOG_TAG_LIST_EXT #define PREFIX_LOG_TAG(T) (LogTag::_##T) // Expand a set of log tags to their prefixed names.
< prev index next >