< prev index next >

test/hotspot/gtest/logging/test_logDecorators.cpp

Print this page

        

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. */ #include "precompiled.hpp" #include "logging/logDecorators.hpp" - #include "prims/jvm.h" #include "unittest.hpp" static LogDecorators::Decorator decorator_array[] = { #define DECORATOR(name, abbr) LogDecorators::name##_decorator, DECORATOR_LIST --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ #include "precompiled.hpp" + #include "jvm.h" #include "logging/logDecorators.hpp" #include "unittest.hpp" static LogDecorators::Decorator decorator_array[] = { #define DECORATOR(name, abbr) LogDecorators::name##_decorator, DECORATOR_LIST
< prev index next >