8254365: ciMethod.hpp should not include methodHandles.hpp

Reviewed-by: dholmes, coleenp
This commit is contained in:
Ioi Lam 2020-10-14 04:59:52 +00:00
parent d50e0de8fb
commit a098037375
21 changed files with 23 additions and 3 deletions

View file

@ -32,6 +32,7 @@
#include "oops/methodData.hpp"
#include "oops/oop.inline.hpp"
#include "prims/jvmtiThreadState.hpp"
#include "prims/methodHandles.hpp"
#include "runtime/frame.inline.hpp"
#include "runtime/handles.inline.hpp"
#include "runtime/monitorChunk.hpp"