diff src/cpu/sparc/vm/globalDefinitions_sparc.hpp @ 14456:abec000618bf

Merge
author kvn
date Tue, 28 Jan 2014 12:25:34 -0800
parents de6a9e811145 cfd05ec74089
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/cpu/sparc/vm/globalDefinitions_sparc.hpp	Tue Jan 28 11:21:43 2014 -0800
+++ b/src/cpu/sparc/vm/globalDefinitions_sparc.hpp	Tue Jan 28 12:25:34 2014 -0800
@@ -30,6 +30,12 @@
 
 const int StackAlignmentInBytes = (2*wordSize);
 
+// 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;
+
 #define SUPPORTS_NATIVE_CX8
 
 #endif // CPU_SPARC_VM_GLOBALDEFINITIONS_SPARC_HPP