hotspot/src/share/vm/logging/logTag.hpp
changeset 34629 d1e1bfdca413
parent 34628 6d08ec72803b
parent 34317 e93b85bf4cc2
child 34656 501b8f1784c4
--- a/hotspot/src/share/vm/logging/logTag.hpp	Wed Dec 02 14:07:58 2015 -0500
+++ b/hotspot/src/share/vm/logging/logTag.hpp	Thu Dec 03 19:35:18 2015 +0000
@@ -33,8 +33,10 @@
 #define LOG_TAG_LIST \
   LOG_TAG(classinit) \
   LOG_TAG(defaultmethods) \
+  LOG_TAG(gc) \
   LOG_TAG(logging) \
-  LOG_TAG(safepoint)
+  LOG_TAG(safepoint) \
+  LOG_TAG(vmoperation)
 
 #define PREFIX_LOG_TAG(T) (LogTag::T)