changeset 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 8762b6b8fbb6
children 0e713dba33bb
files src/cpu/sparc/vm/graalGlobals_sparc.hpp src/cpu/x86/vm/graalGlobals_x86.hpp
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/sparc/vm/graalGlobals_sparc.hpp	Thu Mar 27 13:11:17 2014 -0700
+++ b/src/cpu/sparc/vm/graalGlobals_sparc.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_SPARC_VM_GRAALGLOBALS_SPARC_HPP
--- 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