--- old/src/share/vm/logging/logTag.hpp 2015-12-01 17:44:25.309306346 -0500 +++ new/src/share/vm/logging/logTag.hpp 2015-12-01 17:44:25.083404040 -0500 @@ -32,9 +32,11 @@ // not be used in log calls, and should not be listed below.) #define LOG_TAG_LIST \ LOG_TAG(defaultmethods) \ + LOG_TAG(itables) \ LOG_TAG(logging) \ LOG_TAG(safepoint) \ - LOG_TAG(vmoperation) + LOG_TAG(vmoperation) \ + LOG_TAG(vtables) #define PREFIX_LOG_TAG(T) (LogTag::T)