hotspot/src/share/vm/logging/logTag.hpp
changeset 33763 cec2333f839c
parent 33736 1b3950243443
child 34150 ec723a529700
child 34262 43560e879d6d
child 34628 6d08ec72803b
--- a/hotspot/src/share/vm/logging/logTag.hpp	Tue Nov 03 19:53:10 2015 -0500
+++ b/hotspot/src/share/vm/logging/logTag.hpp	Wed Nov 04 14:32:51 2015 -0500
@@ -32,7 +32,8 @@
 // not be used in log calls, and should not be listed below.)
 #define LOG_TAG_LIST \
   LOG_TAG(defaultmethods) \
-  LOG_TAG(logging)
+  LOG_TAG(logging) \
+  LOG_TAG(safepoint)
 
 #define PREFIX_LOG_TAG(T) (LogTag::T)