hotspot/src/share/vm/logging/logTag.hpp
changeset 37076 158a5a5f913a
parent 37064 5c82fa70d313
child 37094 c12f414936a1
--- a/hotspot/src/share/vm/logging/logTag.hpp	Fri Mar 11 12:17:35 2016 +0100
+++ b/hotspot/src/share/vm/logging/logTag.hpp	Tue Mar 08 13:05:21 2016 +0100
@@ -24,6 +24,7 @@
 #ifndef SHARE_VM_LOGGING_LOGTAG_HPP
 #define SHARE_VM_LOGGING_LOGTAG_HPP
 
+#include "logging/logTag_ext.hpp"
 #include "memory/allocation.hpp"
 #include "utilities/globalDefinitions.hpp"
 
@@ -91,7 +92,8 @@
   LOG_TAG(verboseverification) \
   LOG_TAG(verify) \
   LOG_TAG(vmoperation) \
-  LOG_TAG(vtables)
+  LOG_TAG(vtables) \
+  LOG_TAG_LIST_EXT
 
 #define PREFIX_LOG_TAG(T) (LogTag::_##T)