src/share/vm/c1/c1_globals.hpp

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

*** 36,45 **** --- 36,48 ---- # include "c1_globals_arm.hpp" #endif #ifdef TARGET_ARCH_ppc # include "c1_globals_ppc.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "c1_globals_aarch64.hpp" + #endif #ifdef TARGET_OS_FAMILY_linux # include "c1_globals_linux.hpp" #endif #ifdef TARGET_OS_FAMILY_solaris # include "c1_globals_solaris.hpp"