--- old/src/share/vm/classfile/classFileStream.hpp 2021-01-25 19:30:26.344736627 +0000 +++ new/src/share/vm/classfile/classFileStream.hpp 2021-01-25 19:30:26.204735155 +0000 @@ -29,6 +29,9 @@ #ifdef TARGET_ARCH_x86 # include "bytes_x86.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "bytes_aarch64.hpp" +#endif #ifdef TARGET_ARCH_sparc # include "bytes_sparc.hpp" #endif