src/share/vm/compiler/disassembler.hpp

Print this page
rev 7258 : 8064611: AARCH64: Changes to HotSpot shared code
Summary: Everything except cpu/ and os_cpu/.
Reviewed-by: kvn

@@ -76,10 +76,13 @@
 # include "disassembler_arm.hpp"
 #endif
 #ifdef TARGET_ARCH_ppc
 # include "disassembler_ppc.hpp"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "disassembler_aarch64.hpp"
+#endif
 
 
  public:
   static bool can_decode() {
     return (_decode_instructions_virtual != NULL) ||