diff -r 029d5efaaa6c -r b7c7428eaab9 src/hotspot/share/compiler/compileLog.cpp --- a/src/hotspot/share/compiler/compileLog.cpp Mon Oct 30 16:37:53 2017 +0100 +++ b/src/hotspot/share/compiler/compileLog.cpp Tue Oct 31 11:55:09 2017 -0400 @@ -23,12 +23,12 @@ */ #include "precompiled.hpp" +#include "jvm.h" #include "ci/ciMethod.hpp" #include "code/codeCache.hpp" #include "compiler/compileLog.hpp" #include "memory/allocation.inline.hpp" #include "oops/method.hpp" -#include "prims/jvm.h" #include "runtime/mutexLocker.hpp" #include "runtime/os.hpp"