comparison src/cpu/x86/vm/globalDefinitions_x86.hpp @ 18041:52b4284cb496

Merge with jdk8u20-b26
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 16:02:50 +0200
parents 89152779163c
children
comparison
equal deleted inserted replaced
17606:45d7b2c7029d 18041:52b4284cb496
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