hotspot/src/cpu/zero/vm/globalDefinitions_zero.hpp
changeset 22834 3e2df6a4a28c
parent 7397 5b173b4ca846
child 31590 427d073af867
--- a/hotspot/src/cpu/zero/vm/globalDefinitions_zero.hpp	Fri Sep 13 22:50:47 2013 +0200
+++ b/hotspot/src/cpu/zero/vm/globalDefinitions_zero.hpp	Wed Sep 18 14:34:56 2013 -0700
@@ -28,4 +28,10 @@
 
 #include <ffi.h>
 
+// Indicates whether the C calling conventions require that
+// 32-bit integer argument values are properly extended to 64 bits.
+// If set, SharedRuntime::c_calling_convention() must adapt
+// signatures accordingly.
+const bool CCallingConventionRequiresIntsAsLongs = false;
+
 #endif // CPU_ZERO_VM_GLOBALDEFINITIONS_ZERO_HPP