comparison src/cpu/x86/vm/globalDefinitions_x86.hpp @ 10408:836a62f43af9

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Wed, 19 Jun 2013 10:45:56 +0200
parents 6b388e7d4905
children de6a9e811145 cfd05ec74089
comparison
equal deleted inserted replaced
10086:e0fb8a213650 10408:836a62f43af9
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 #define SUPPORTS_NATIVE_CX8
31
30 #endif // CPU_X86_VM_GLOBALDEFINITIONS_X86_HPP 32 #endif // CPU_X86_VM_GLOBALDEFINITIONS_X86_HPP