src/share/vm/asm/codeBuffer.hpp

Print this page
rev 7258 : 8064611: AARCH64: Changes to HotSpot shared code
Summary: Everything except cpu/ and os_cpu/.
Reviewed-by: kvn

*** 630,639 **** --- 630,642 ---- # include "codeBuffer_arm.hpp" #endif #ifdef TARGET_ARCH_ppc # include "codeBuffer_ppc.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "codeBuffer_aarch64.hpp" + #endif }; inline void CodeSection::freeze() {