hotspot/src/cpu/sparc/vm/globalDefinitions_sparc.hpp
changeset 22872 b6902ee5bc8d
parent 22234 da823d78ad65
parent 22834 3e2df6a4a28c
child 27165 785a8d56024c
--- a/hotspot/src/cpu/sparc/vm/globalDefinitions_sparc.hpp	Tue Jan 28 11:21:43 2014 -0800
+++ b/hotspot/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