< prev index next >

src/share/vm/interpreter/templateInterpreterGenerator.hpp

Print this page

        

*** 87,96 **** --- 87,99 ---- TemplateInterpreterGenerator(StubQueue* _code); #ifdef TARGET_ARCH_x86 # include "templateInterpreterGenerator_x86.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "templateInterpreterGenerator_aarch64.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "templateInterpreterGenerator_sparc.hpp" #endif #ifdef TARGET_ARCH_zero # include "templateInterpreterGenerator_zero.hpp"
< prev index next >