author | aph |
Fri, 06 Feb 2015 10:21:46 -0800 | |
changeset 29191 | 07d26bb7e4bc |
parent 29190 | 9917b8aed927 |
child 29192 | a7438efd99ec |
--- a/hotspot/src/share/tools/hsdis/hsdis.c Thu Feb 05 11:47:33 2015 -0800 +++ b/hotspot/src/share/tools/hsdis/hsdis.c Fri Feb 06 10:21:46 2015 -0800 @@ -463,6 +463,9 @@ #ifdef LIBARCH_ppc64 res = "powerpc:common64"; #endif +#ifdef LIBARCH_aarch64 + res = "aarch64"; +#endif if (res == NULL) res = "architecture not set in Makefile!"; return res;