--- old/src/share/vm/asm/codeBuffer.hpp 2021-01-25 19:30:16.261630650 +0000 +++ new/src/share/vm/asm/codeBuffer.hpp 2021-01-25 19:30:16.121629178 +0000 @@ -620,6 +620,9 @@ #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