diff src/cpu/x86/vm/graalGlobals_x86.hpp @ 14861:6325d3d82f1b

set MethodProfileWidth to 0 since it's unused
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 27 Mar 2014 13:12:18 -0700
parents 7986af88b782
children 019ae3824a4e
line wrap: on
line diff
--- a/src/cpu/x86/vm/graalGlobals_x86.hpp	Thu Mar 27 13:11:17 2014 -0700
+++ b/src/cpu/x86/vm/graalGlobals_x86.hpp	Thu Mar 27 13:12:18 2014 -0700
@@ -57,7 +57,7 @@
 define_pd_global(uintx,CodeCacheMinBlockLength,      4);
 define_pd_global(uintx, CodeCacheMinimumUseSpace,    400*K);
 define_pd_global(intx, TypeProfileWidth,             8);
-define_pd_global(intx, MethodProfileWidth,           4);
+define_pd_global(intx, MethodProfileWidth,           0);
 #endif // COMPILERGRAAL
 
 #endif // CPU_X86_VM_GRAALGLOBALS_X86_HPP