< prev index next >

src/share/vm/prims/methodHandles.hpp

Print this page

        

@@ -180,10 +180,13 @@
 
 
 #ifdef TARGET_ARCH_x86
 # include "methodHandles_x86.hpp"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "methodHandles_aarch64.hpp"
+#endif
 #ifdef TARGET_ARCH_sparc
 # include "methodHandles_sparc.hpp"
 #endif
 #ifdef TARGET_ARCH_zero
 # include "methodHandles_zero.hpp"
< prev index next >