< prev index next >

src/hotspot/share/logging/logTag.hpp

Print this page
rev 51433 : 8207343: Automate vtable/itable stub size calculation
Reviewed-by: kvn

*** 168,178 **** 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) // Expand a set of log tags to their prefixed names. --- 168,179 ---- LOG_TAG(verification) \ LOG_TAG(verify) \ LOG_TAG(vmoperation) \ LOG_TAG(vmthread) \ LOG_TAG(vtables) \ ! LOG_TAG(vtablestubs) \ ! LOG_TAG(workgang) \ LOG_TAG_LIST_EXT #define PREFIX_LOG_TAG(T) (LogTag::_##T) // Expand a set of log tags to their prefixed names.
< prev index next >