diff src/cpu/x86/vm/c2_globals_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 5fc51c1ecdeb
children 3489047ffea2
line wrap: on
line diff
--- a/src/cpu/x86/vm/c2_globals_x86.hpp	Fri May 17 09:28:41 2013 +0200
+++ b/src/cpu/x86/vm/c2_globals_x86.hpp	Fri May 17 15:38:22 2013 +0200
@@ -40,6 +40,7 @@
 define_pd_global(bool, ProfileTraps,                 true);
 define_pd_global(bool, UseOnStackReplacement,        true);
 define_pd_global(intx, TypeProfileWidth,             2   );
+define_pd_global(intx, MethodProfileWidth,           0   );
 #ifdef CC_INTERP
 define_pd_global(bool, ProfileInterpreter,           false);
 #else