diff src/cpu/x86/vm/globals_x86.hpp @ 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 b800986664f4
children 096c224171c4
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);