< prev index next >

src/share/vm/c1/c1_FrameMap.cpp

Print this page

        

*** 27,36 **** --- 27,39 ---- #include "c1/c1_LIR.hpp" #include "runtime/sharedRuntime.hpp" #ifdef TARGET_ARCH_x86 # include "vmreg_x86.inline.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "vmreg_aarch64.inline.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "vmreg_sparc.inline.hpp" #endif #ifdef TARGET_ARCH_zero # include "vmreg_zero.inline.hpp"
< prev index next >