< prev index next >

src/hotspot/cpu/zero/methodHandles_zero.cpp

Print this page

        

*** 28,37 **** --- 28,38 ---- #include "interpreter/interpreter.hpp" #include "memory/allocation.inline.hpp" #include "memory/resourceArea.hpp" #include "oops/method.inline.hpp" #include "oops/oop.inline.hpp" + #include "runtime/frame.inline.hpp" #include "prims/methodHandles.hpp" void MethodHandles::invoke_target(Method* method, TRAPS) { JavaThread *thread = (JavaThread *) THREAD;
< prev index next >