hotspot/src/share/vm/logging/logDecorators.cpp
changeset 34316 4d876653d940
parent 33097 96e348cb0442
equal deleted inserted replaced
34315:01fb7c07ac61 34316:4d876653d940
    22  *
    22  *
    23  */
    23  */
    24 #include "precompiled.hpp"
    24 #include "precompiled.hpp"
    25 #include "logging/logDecorators.hpp"
    25 #include "logging/logDecorators.hpp"
    26 #include "runtime/os.inline.hpp"
    26 #include "runtime/os.inline.hpp"
       
    27 
       
    28 const LogDecorators LogDecorators::None = LogDecorators(0);
    27 
    29 
    28 const char* LogDecorators::_name[][2] = {
    30 const char* LogDecorators::_name[][2] = {
    29 #define DECORATOR(n, a) {#n, #a},
    31 #define DECORATOR(n, a) {#n, #a},
    30   DECORATOR_LIST
    32   DECORATOR_LIST
    31 #undef DECORATOR
    33 #undef DECORATOR