8144016: Add the gc tag to the logging framework
authorbrutisso
Wed, 25 Nov 2015 13:39:52 +0100
changeset 34150 ec723a529700
parent 34148 6efbc7ffd767
child 34228 035e020c8c0d
8144016: Add the gc tag to the logging framework Reviewed-by: mlarsson, sjohanss
hotspot/src/share/vm/logging/logTag.hpp
--- a/hotspot/src/share/vm/logging/logTag.hpp	Tue Nov 17 16:40:52 2015 -0500
+++ b/hotspot/src/share/vm/logging/logTag.hpp	Wed Nov 25 13:39:52 2015 +0100
@@ -32,6 +32,7 @@
 // not be used in log calls, and should not be listed below.)
 #define LOG_TAG_LIST \
   LOG_TAG(defaultmethods) \
+  LOG_TAG(gc) \
   LOG_TAG(logging) \
   LOG_TAG(safepoint)