hotspot/src/cpu/ppc/vm/globalDefinitions_ppc.hpp
changeset 22834 3e2df6a4a28c
parent 22824 28258dd5cb2e
child 22868 7f6eb436873b
--- a/hotspot/src/cpu/ppc/vm/globalDefinitions_ppc.hpp	Fri Sep 13 22:50:47 2013 +0200
+++ b/hotspot/src/cpu/ppc/vm/globalDefinitions_ppc.hpp	Wed Sep 18 14:34:56 2013 -0700
@@ -29,6 +29,12 @@
 // Size of PPC Instructions
 const int BytesPerInstWord = 4;
 
-const int StackAlignmentInBytes  = 16;
+const int StackAlignmentInBytes = 16;
+
+// 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 = true;
 
 #endif // CPU_PPC_VM_GLOBALDEFINITIONS_PPC_HPP