changeset 4610:717589e14dbd

Merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 14 Feb 2012 11:28:57 +0100
parents 597bc897257d (current diff) a3d74cb39baa (diff)
children d8a09bbba79a
files
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 23:15:53 2012 +0100
+++ b/src/cpu/x86/vm/c1_globals_x86.hpp	Tue Feb 14 11:28:57 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);