--- old/src/share/vm/c1/c1_FpuStackSim.hpp 2021-01-25 19:30:19.132660825 +0000 +++ new/src/share/vm/c1/c1_FpuStackSim.hpp 2021-01-25 19:30:19.002659459 +0000 @@ -35,6 +35,9 @@ #ifdef TARGET_ARCH_x86 # include "c1_FpuStackSim_x86.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "c1_FpuStackSim_aarch64.hpp" +#endif #ifdef TARGET_ARCH_sparc # include "c1_FpuStackSim_sparc.hpp" #endif