comparison 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
comparison
equal deleted inserted replaced
14860:8762b6b8fbb6 14861:6325d3d82f1b
55 define_pd_global(bool, ProfileInterpreter, true ); 55 define_pd_global(bool, ProfileInterpreter, true );
56 define_pd_global(intx, CodeCacheExpansionSize, 64*K ); 56 define_pd_global(intx, CodeCacheExpansionSize, 64*K );
57 define_pd_global(uintx,CodeCacheMinBlockLength, 4); 57 define_pd_global(uintx,CodeCacheMinBlockLength, 4);
58 define_pd_global(uintx, CodeCacheMinimumUseSpace, 400*K); 58 define_pd_global(uintx, CodeCacheMinimumUseSpace, 400*K);
59 define_pd_global(intx, TypeProfileWidth, 8); 59 define_pd_global(intx, TypeProfileWidth, 8);
60 define_pd_global(intx, MethodProfileWidth, 4); 60 define_pd_global(intx, MethodProfileWidth, 0);
61 #endif // COMPILERGRAAL 61 #endif // COMPILERGRAAL
62 62
63 #endif // CPU_X86_VM_GRAALGLOBALS_X86_HPP 63 #endif // CPU_X86_VM_GRAALGLOBALS_X86_HPP