diff -r fc1eddc092e7 -r cec2333f839c hotspot/src/share/vm/logging/logTag.hpp --- 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)