< prev index next >

src/share/vm/c1/c1_LinearScan.hpp

Print this page

        

*** 974,983 **** --- 974,986 ---- // Pick up platform-dependent implementation details #ifdef TARGET_ARCH_x86 # include "c1_LinearScan_x86.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "c1_LinearScan_aarch64.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "c1_LinearScan_sparc.hpp" #endif #ifdef TARGET_ARCH_arm # include "c1_LinearScan_arm.hpp"
< prev index next >