diff src/cpu/x86/vm/graalGlobals_x86.hpp @ 9760:c76b43ed5089

Added infrastructure for recording invoked methods in the profiling information.
author Christian Haeubl <haeubl@ssw.jku.at>
date Fri, 17 May 2013 15:38:22 +0200
parents 57ccc2bb5868
children bc70ae12be39 6b0fd0964b87
line wrap: on
line diff
--- a/src/cpu/x86/vm/graalGlobals_x86.hpp	Fri May 17 09:28:41 2013 +0200
+++ b/src/cpu/x86/vm/graalGlobals_x86.hpp	Fri May 17 15:38:22 2013 +0200
@@ -58,6 +58,7 @@
 define_pd_global(intx, CodeCacheExpansionSize,       64*K );
 define_pd_global(uintx,CodeCacheMinBlockLength,      4);
 define_pd_global(intx, TypeProfileWidth,             8);
+define_pd_global(intx, MethodProfileWidth,           4);
 #endif
 
 #endif // CPU_X86_VM_GRAALGLOBALS_X86_HPP