--- old/src/share/vm/c1/c1_FpuStackSim.hpp 2014-12-10 05:38:49.139882042 -0500 +++ new/src/share/vm/c1/c1_FpuStackSim.hpp 2014-12-10 05:38:48.919901525 -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