--- old/src/hotspot/share/logging/logTagSet.hpp 2018-03-07 23:07:35.597814455 -0500 +++ new/src/hotspot/share/logging/logTagSet.hpp 2018-03-07 23:07:34.724505231 -0500 @@ -36,7 +36,7 @@ // The tagset represents a combination of tags that occur in a log call somewhere. // Tagsets are created automatically by the LogTagSetMappings and should never be // instantiated directly somewhere else. -class LogTagSet VALUE_OBJ_CLASS_SPEC { +class LogTagSet { private: static LogTagSet* _list; static size_t _ntagsets;