changeset 11814:22d47c2c74e9

Merge
author Andreas Woess <andreas.woess@jku.at>
date Thu, 26 Sep 2013 16:46:27 +0200
parents 14904566a4b2 (diff) 9af8b109ec0f (current diff)
children 43bc62c78f77 97d6932a309b
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/x86/vm/globals_x86.hpp	Thu Sep 26 16:44:54 2013 +0200
+++ b/src/cpu/x86/vm/globals_x86.hpp	Thu Sep 26 16:46:27 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);