< prev index next >

src/share/vm/asm/codeBuffer.hpp

Print this page

        

*** 618,627 **** --- 618,630 ---- // The following header contains architecture-specific implementations #ifdef TARGET_ARCH_x86 # include "codeBuffer_x86.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "codeBuffer_aarch64.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "codeBuffer_sparc.hpp" #endif #ifdef TARGET_ARCH_zero # include "codeBuffer_zero.hpp"
< prev index next >