hotspot/src/share/vm/c1/c1_FpuStackSim.hpp
changeset 29180 50369728b00e
parent 8921 14bfe81f2a9d
child 40010 e32d5e545789
--- a/hotspot/src/share/vm/c1/c1_FpuStackSim.hpp	Fri Nov 21 08:00:31 2014 -0800
+++ b/hotspot/src/share/vm/c1/c1_FpuStackSim.hpp	Thu Dec 11 13:11:53 2014 -0800
@@ -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