diff -r 5865398439d4 -r d7df2dd501ce src/hotspot/share/runtime/reflection.cpp --- a/src/hotspot/share/runtime/reflection.cpp Wed Mar 21 17:09:34 2018 -0400 +++ b/src/hotspot/share/runtime/reflection.cpp Wed Mar 21 19:45:24 2018 -0400 @@ -47,7 +47,7 @@ #include "runtime/reflection.hpp" #include "runtime/reflectionUtils.hpp" #include "runtime/signature.hpp" -#include "runtime/vframe.hpp" +#include "runtime/vframe.inline.hpp" static void trace_class_resolution(const Klass* to_class) { ResourceMark rm;