8199319: Remove handles.inline.hpp include from reflectionUtils.hpp

Reviewed-by: hseigel, dholmes
This commit is contained in:
Stefan Karlsson 2018-03-08 19:10:25 +01:00
parent b9f2f3e199
commit d42acfd37b
14 changed files with 15 additions and 2 deletions

View file

@ -36,6 +36,7 @@
#include "jvmci/compilerRuntime.hpp"
#include "jvmci/jvmciRuntime.hpp"
#include "oops/method.inline.hpp"
#include "runtime/handles.inline.hpp"
#include "runtime/java.hpp"
#include "runtime/os.hpp"
#include "runtime/sharedRuntime.hpp"
@ -448,4 +449,3 @@ void AOTCompiledMethod::clear_inline_caches() {
}
}
}