--- old/src/share/vm/prims/jvmtiClassFileReconstituter.cpp 2021-01-25 19:30:51.906005287 +0000 +++ new/src/share/vm/prims/jvmtiClassFileReconstituter.cpp 2021-01-25 19:30:51.784004004 +0000 @@ -31,6 +31,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