--- old/src/share/vm/runtime/dtraceJSDT.hpp 2021-01-25 19:30:55.364041632 +0000 +++ new/src/share/vm/runtime/dtraceJSDT.hpp 2021-01-25 19:30:55.235040276 +0000 @@ -29,6 +29,9 @@ #ifdef TARGET_ARCH_x86 # include "nativeInst_x86.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "nativeInst_aarch64.hpp" +#endif #ifdef TARGET_ARCH_sparc # include "nativeInst_sparc.hpp" #endif