# HG changeset patch # User Gilles Duboscq # Date 1329145499 -3600 # Node ID a3d74cb39baaa4c828ccd83fde542137e5638037 # Parent 8b53e3920a6bd16e8c068795ec52f438090f1c98 move TypeProfileWidth definition inside the ifndef TIERED block diff -r 8b53e3920a6b -r a3d74cb39baa src/cpu/x86/vm/c1_globals_x86.hpp --- 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);