hotspot/src/share/vm/logging/logTag.hpp
changeset 33736 1b3950243443
parent 33097 96e348cb0442
child 33763 cec2333f839c
--- a/hotspot/src/share/vm/logging/logTag.hpp	Fri Oct 30 08:29:19 2015 -0700
+++ b/hotspot/src/share/vm/logging/logTag.hpp	Fri Oct 30 16:39:37 2015 -0400
@@ -31,6 +31,7 @@
 // (The tags 'all', 'disable' and 'help' are special tags that can
 // not be used in log calls, and should not be listed below.)
 #define LOG_TAG_LIST \
+  LOG_TAG(defaultmethods) \
   LOG_TAG(logging)
 
 #define PREFIX_LOG_TAG(T) (LogTag::T)