changeset 4609:a3d74cb39baa

move TypeProfileWidth definition inside the ifndef TIERED block
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 13 Feb 2012 16:04:59 +0100
parents 8b53e3920a6b
children 717589e14dbd
files src/cpu/x86/vm/c1_globals_x86.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/x86/vm/c1_globals_x86.hpp	Mon Feb 13 10:33:25 2012 +0100
+++ b/src/cpu/x86/vm/c1_globals_x86.hpp	Mon Feb 13 16:04:59 2012 +0100
@@ -56,8 +56,8 @@
 define_pd_global(bool, NeverActAsServerClassMachine, true );
 define_pd_global(uint64_t,MaxRAM,                    1ULL*G);
 define_pd_global(bool, CICompileOSR,                 true );
+define_pd_global(intx, TypeProfileWidth,             8    );    // changed for GRAAL
 #endif // !TIERED
-define_pd_global(intx, TypeProfileWidth,             8    );    // changed for GRAAL
 define_pd_global(bool, RoundFPResults,               true );
 
 define_pd_global(bool, LIRFillDelaySlots,            false);