hotspot/src/cpu/aarch64/vm/globalDefinitions_aarch64.hpp
changeset 35112 b3c4347bb751
parent 31590 427d073af867
child 43439 5e03c9ba74f3
--- a/hotspot/src/cpu/aarch64/vm/globalDefinitions_aarch64.hpp	Mon Dec 14 10:27:33 2015 -0800
+++ b/hotspot/src/cpu/aarch64/vm/globalDefinitions_aarch64.hpp	Mon Dec 07 15:42:47 2015 +0100
@@ -28,6 +28,10 @@
 
 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.