< prev index next >

src/cpu/aarch64/vm/globalDefinitions_aarch64.hpp

Print this page
rev 9632 : 8144466: ppc64: fix argument passing through opto stubs.

*** 26,35 **** --- 26,39 ---- #ifndef CPU_AARCH64_VM_GLOBALDEFINITIONS_AARCH64_HPP #define CPU_AARCH64_VM_GLOBALDEFINITIONS_AARCH64_HPP const int StackAlignmentInBytes = 16; + // Indicates whether the C calling conventions require that + // 32-bit integer argument values are extended to 64 bits. + const bool CCallingConventionRequiresIntsAsLongs = false; + #define SUPPORTS_NATIVE_CX8 // The maximum B/BL offset range on AArch64 is 128MB. #undef CODE_CACHE_DEFAULT_LIMIT #define CODE_CACHE_DEFAULT_LIMIT (128*M)
< prev index next >