diff --git a/hotspot/src/share/tools/hsdis/hsdis.c b/hotspot/src/share/tools/hsdis/hsdis.c index 268084d1667..acc90f88366 100644 --- a/hotspot/src/share/tools/hsdis/hsdis.c +++ b/hotspot/src/share/tools/hsdis/hsdis.c @@ -462,6 +462,9 @@ static const char* native_arch_name() { #endif #ifdef LIBARCH_ppc64 res = "powerpc:common64"; +#endif +#ifdef LIBARCH_aarch64 + res = "aarch64"; #endif if (res == NULL) res = "architecture not set in Makefile!";