hotspot/src/share/vm/logging/logDecorators.cpp
changeset 34316 4d876653d940
parent 33097 96e348cb0442
--- a/hotspot/src/share/vm/logging/logDecorators.cpp	Fri Nov 27 12:07:01 2015 +0100
+++ b/hotspot/src/share/vm/logging/logDecorators.cpp	Fri Nov 27 12:37:38 2015 +0100
@@ -25,6 +25,8 @@
 #include "logging/logDecorators.hpp"
 #include "runtime/os.inline.hpp"
 
+const LogDecorators LogDecorators::None = LogDecorators(0);
+
 const char* LogDecorators::_name[][2] = {
 #define DECORATOR(n, a) {#n, #a},
   DECORATOR_LIST