hotspot/src/cpu/x86/vm/globalDefinitions_x86.hpp
changeset 31590 427d073af867
parent 30221 70dab4a0cd45
child 35071 a0910b1d3e0d
child 35112 b3c4347bb751
equal deleted inserted replaced
31589:e0d5c4d48464 31590:427d073af867
    24 
    24 
    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 
       
    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 
    29 
    36 #define SUPPORTS_NATIVE_CX8
    30 #define SUPPORTS_NATIVE_CX8
    37 
    31 
    38 // The expected size in bytes of a cache line, used to pad data structures.
    32 // The expected size in bytes of a cache line, used to pad data structures.
    39 #if defined(TIERED)
    33 #if defined(TIERED)