changeset 11806:14904566a4b2

Use 32 byte code alignment for Graal on x86.
author Roland Schatz <roland.schatz@oracle.com>
date Thu, 26 Sep 2013 13:17:48 +0200
parents 73a886a9564a
children 22d47c2c74e9
files src/cpu/x86/vm/globals_x86.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/x86/vm/globals_x86.hpp	Thu Sep 26 11:15:45 2013 +0200
+++ b/src/cpu/x86/vm/globals_x86.hpp	Thu Sep 26 13:17:48 2013 +0200
@@ -46,7 +46,7 @@
 // the the vep is aligned at CodeEntryAlignment whereas c2 only aligns
 // the uep and the vep doesn't get real alignment but just slops on by
 // only assured that the entry instruction meets the 5 byte size requirement.
-#ifdef COMPILER2
+#if defined(COMPILER2) || defined(GRAAL)
 define_pd_global(intx, CodeEntryAlignment,       32);
 #else
 define_pd_global(intx, CodeEntryAlignment,       16);