--- old/src/share/vm/c1/c1_FpuStackSim.hpp 2014-11-21 12:08:43.420448662 -0500 +++ new/src/share/vm/c1/c1_FpuStackSim.hpp 2014-11-21 12:08:43.210467260 -0500 @@ -44,6 +44,9 @@ #ifdef TARGET_ARCH_ppc # include "c1_FpuStackSim_ppc.hpp" #endif +#ifdef TARGET_ARCH_aarch64 +# include "c1_FpuStackSim_aarch64.hpp" +#endif #endif // SHARE_VM_C1_C1_FPUSTACKSIM_HPP