src/share/vm/interpreter/templateTable.hpp

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


 345 # include "templateTable_x86_32.hpp"
 346 #endif
 347 #ifdef TARGET_ARCH_MODEL_x86_64
 348 # include "templateTable_x86_64.hpp"
 349 #endif
 350 #ifdef TARGET_ARCH_MODEL_sparc
 351 # include "templateTable_sparc.hpp"
 352 #endif
 353 #ifdef TARGET_ARCH_MODEL_zero
 354 # include "templateTable_zero.hpp"
 355 #endif
 356 #ifdef TARGET_ARCH_MODEL_arm
 357 # include "templateTable_arm.hpp"
 358 #endif
 359 #ifdef TARGET_ARCH_MODEL_ppc_32
 360 # include "templateTable_ppc_32.hpp"
 361 #endif
 362 #ifdef TARGET_ARCH_MODEL_ppc_64
 363 # include "templateTable_ppc_64.hpp"
 364 #endif



 365 
 366 };
 367 #endif /* !CC_INTERP */
 368 
 369 #endif // SHARE_VM_INTERPRETER_TEMPLATETABLE_HPP


 345 # include "templateTable_x86_32.hpp"
 346 #endif
 347 #ifdef TARGET_ARCH_MODEL_x86_64
 348 # include "templateTable_x86_64.hpp"
 349 #endif
 350 #ifdef TARGET_ARCH_MODEL_sparc
 351 # include "templateTable_sparc.hpp"
 352 #endif
 353 #ifdef TARGET_ARCH_MODEL_zero
 354 # include "templateTable_zero.hpp"
 355 #endif
 356 #ifdef TARGET_ARCH_MODEL_arm
 357 # include "templateTable_arm.hpp"
 358 #endif
 359 #ifdef TARGET_ARCH_MODEL_ppc_32
 360 # include "templateTable_ppc_32.hpp"
 361 #endif
 362 #ifdef TARGET_ARCH_MODEL_ppc_64
 363 # include "templateTable_ppc_64.hpp"
 364 #endif
 365 #ifdef TARGET_ARCH_MODEL_aarch64
 366 # include "templateTable_aarch64.hpp"
 367 #endif
 368 
 369 };
 370 #endif /* !CC_INTERP */
 371 
 372 #endif // SHARE_VM_INTERPRETER_TEMPLATETABLE_HPP