diff -r 029d5efaaa6c -r b7c7428eaab9 src/hotspot/share/oops/generateOopMap.cpp --- a/src/hotspot/share/oops/generateOopMap.cpp Mon Oct 30 16:37:53 2017 +0100 +++ b/src/hotspot/share/oops/generateOopMap.cpp Tue Oct 31 11:55:09 2017 -0400 @@ -23,13 +23,13 @@ */ #include "precompiled.hpp" +#include "jvm.h" #include "interpreter/bytecodeStream.hpp" #include "logging/log.hpp" #include "logging/logStream.hpp" #include "oops/generateOopMap.hpp" #include "oops/oop.inline.hpp" #include "oops/symbol.hpp" -#include "prims/jvm.h" #include "runtime/handles.inline.hpp" #include "runtime/java.hpp" #include "runtime/relocator.hpp"