hotspot/src/cpu/ppc/vm/globalDefinitions_ppc.hpp
changeset 22834 3e2df6a4a28c
parent 22824 28258dd5cb2e
child 22868 7f6eb436873b
equal deleted inserted replaced
22833:92d74f188f73 22834:3e2df6a4a28c
    27 #define CPU_PPC_VM_GLOBALDEFINITIONS_PPC_HPP
    27 #define CPU_PPC_VM_GLOBALDEFINITIONS_PPC_HPP
    28 
    28 
    29 // Size of PPC Instructions
    29 // Size of PPC Instructions
    30 const int BytesPerInstWord = 4;
    30 const int BytesPerInstWord = 4;
    31 
    31 
    32 const int StackAlignmentInBytes  = 16;
    32 const int StackAlignmentInBytes = 16;
       
    33 
       
    34 // Indicates whether the C calling conventions require that
       
    35 // 32-bit integer argument values are properly extended to 64 bits.
       
    36 // If set, SharedRuntime::c_calling_convention() must adapt
       
    37 // signatures accordingly.
       
    38 const bool CCallingConventionRequiresIntsAsLongs = true;
    33 
    39 
    34 #endif // CPU_PPC_VM_GLOBALDEFINITIONS_PPC_HPP
    40 #endif // CPU_PPC_VM_GLOBALDEFINITIONS_PPC_HPP