--- old/src/hotspot/share/logging/logDecorators.hpp 2018-03-07 23:07:07.572318358 -0500 +++ new/src/hotspot/share/logging/logDecorators.hpp 2018-03-07 23:07:06.806479023 -0500 @@ -57,7 +57,7 @@ // each log message for a given output. Decorators are always prepended in the order // declared above. For example, logging with 'uptime, level, tags' decorators results in: // [0,943s][info ][logging] message. -class LogDecorators VALUE_OBJ_CLASS_SPEC { +class LogDecorators { public: enum Decorator { #define DECORATOR(name, abbr) name##_decorator,