diff src/cpu/x86/vm/c1_globals_x86.hpp @ 4464:f304ba0d4e24

inlining seems stable but deoptimizes too frequently
author Christian Haeubl <christian.haeubl@oracle.com>
date Thu, 02 Feb 2012 20:45:36 -0800
parents 7d9469b37f1f
children a3d74cb39baa
line wrap: on
line diff
--- a/src/cpu/x86/vm/c1_globals_x86.hpp	Thu Feb 02 19:50:18 2012 -0800
+++ b/src/cpu/x86/vm/c1_globals_x86.hpp	Thu Feb 02 20:45:36 2012 -0800
@@ -57,7 +57,7 @@
 define_pd_global(uint64_t,MaxRAM,                    1ULL*G);
 define_pd_global(bool, CICompileOSR,                 true );
 #endif // !TIERED
-define_pd_global(bool, UseTypeProfile,               true );    // changed for GRAAL
+define_pd_global(intx, TypeProfileWidth,             8    );    // changed for GRAAL
 define_pd_global(bool, RoundFPResults,               true );
 
 define_pd_global(bool, LIRFillDelaySlots,            false);