< prev index next >

src/cpu/sparc/vm/globalDefinitions_sparc.hpp

Print this page
rev 9632 : 8144466: ppc64: fix argument passing through opto stubs.

@@ -28,10 +28,14 @@
 // Size of Sparc Instructions
 const int BytesPerInstWord = 4;
 
 const int StackAlignmentInBytes = (2*wordSize);
 
+// 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 expected size in bytes of a cache line, used to pad data structures.
 #if defined(TIERED)
   #ifdef _LP64
< prev index next >