--- old/src/share/vm/compiler/disassembler.hpp 2021-01-25 19:30:30.192777072 +0000 +++ new/src/share/vm/compiler/disassembler.hpp 2021-01-25 19:30:30.073775821 +0000 @@ -81,6 +81,9 @@ #ifdef TARGET_ARCH_x86 # include "disassembler_x86.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "disassembler_aarch64.hpp" +#endif #ifdef TARGET_ARCH_sparc # include "disassembler_sparc.hpp" #endif