< prev index next >

src/hotspot/cpu/x86/abstractInterpreter_x86.cpp

Print this page
rev 56521 : 8232050: Improve inlining of Klass accessors
Reviewed-by: TBD

*** 23,32 **** --- 23,33 ---- */ #include "precompiled.hpp" #include "ci/ciMethod.hpp" #include "interpreter/interpreter.hpp" + #include "oops/klass.inline.hpp" #include "runtime/frame.inline.hpp" // asm based interpreter deoptimization helpers int AbstractInterpreter::size_activation(int max_stack,
< prev index next >