hotspot/src/cpu/x86/vm/globalDefinitions_x86.hpp
changeset 22834 3e2df6a4a28c
parent 17316 c1f00a6ecf59
child 22872 b6902ee5bc8d
equal deleted inserted replaced
22833:92d74f188f73 22834:3e2df6a4a28c
    25 #ifndef CPU_X86_VM_GLOBALDEFINITIONS_X86_HPP
    25 #ifndef CPU_X86_VM_GLOBALDEFINITIONS_X86_HPP
    26 #define CPU_X86_VM_GLOBALDEFINITIONS_X86_HPP
    26 #define CPU_X86_VM_GLOBALDEFINITIONS_X86_HPP
    27 
    27 
    28 const int StackAlignmentInBytes  = 16;
    28 const int StackAlignmentInBytes  = 16;
    29 
    29 
       
    30 // Indicates whether the C calling conventions require that
       
    31 // 32-bit integer argument values are properly extended to 64 bits.
       
    32 // If set, SharedRuntime::c_calling_convention() must adapt
       
    33 // signatures accordingly.
       
    34 const bool CCallingConventionRequiresIntsAsLongs = false;
       
    35 
    30 #define SUPPORTS_NATIVE_CX8
    36 #define SUPPORTS_NATIVE_CX8
    31 
    37 
    32 #endif // CPU_X86_VM_GLOBALDEFINITIONS_X86_HPP
    38 #endif // CPU_X86_VM_GLOBALDEFINITIONS_X86_HPP