src/cpu/x86/vm/globalDefinitions_x86.hpp

changeset 6468
cfd05ec74089
parent 5067
6b388e7d4905
child 6503
a9becfeecd1b
     1.1 --- a/src/cpu/x86/vm/globalDefinitions_x86.hpp	Fri Sep 13 22:50:47 2013 +0200
     1.2 +++ b/src/cpu/x86/vm/globalDefinitions_x86.hpp	Wed Sep 18 14:34:56 2013 -0700
     1.3 @@ -27,6 +27,12 @@
     1.4  
     1.5  const int StackAlignmentInBytes  = 16;
     1.6  
     1.7 +// Indicates whether the C calling conventions require that
     1.8 +// 32-bit integer argument values are properly extended to 64 bits.
     1.9 +// If set, SharedRuntime::c_calling_convention() must adapt
    1.10 +// signatures accordingly.
    1.11 +const bool CCallingConventionRequiresIntsAsLongs = false;
    1.12 +
    1.13  #define SUPPORTS_NATIVE_CX8
    1.14  
    1.15  #endif // CPU_X86_VM_GLOBALDEFINITIONS_X86_HPP

mercurial