--- 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.