--- old/src/share/vm/oops/constantPool.hpp 2021-01-25 19:30:40.164881883 +0000 +++ new/src/share/vm/oops/constantPool.hpp 2021-01-25 19:30:40.033880506 +0000 @@ -35,6 +35,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