< prev index next >

src/cpu/arm/vm/templateInterpreterGenerator_arm.cpp

Print this page

        

*** 43,52 **** --- 43,53 ---- #include "runtime/sharedRuntime.hpp" #include "runtime/stubRoutines.hpp" #include "runtime/synchronizer.hpp" #include "runtime/timer.hpp" #include "runtime/vframeArray.hpp" + #include "utilities/align.hpp" #include "utilities/debug.hpp" #include "utilities/macros.hpp" // Size of interpreter code. Increase if too small. Interpreter will // fail with a guarantee ("not enough space for interpreter generation");
< prev index next >