< prev index next >

src/share/vm/classfile/bytecodeAssembler.cpp

Print this page

        

@@ -42,10 +42,13 @@
 # include "bytes_arm.hpp"
 #endif
 #ifdef TARGET_ARCH_ppc
 # include "bytes_ppc.hpp"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "bytes_aarch64.hpp"
+#endif
 
 u2 BytecodeConstantPool::find_or_add(BytecodeCPEntry const& bcpe) {
   u2 index;
   u2* probe = _indices.get(bcpe);
   if (probe == NULL) {
< prev index next >