diff src/cpu/x86/vm/c1_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 911872d97f65
children 6b0fd0964b87
line wrap: on
line diff
--- a/src/cpu/x86/vm/c1_globals_x86.hpp	Fri May 17 09:28:41 2013 +0200
+++ b/src/cpu/x86/vm/c1_globals_x86.hpp	Fri May 17 15:38:22 2013 +0200
@@ -56,6 +56,7 @@
 define_pd_global(uint64_t,MaxRAM,                    1ULL*G);
 define_pd_global(bool, CICompileOSR,                 true );
 define_pd_global(intx, TypeProfileWidth,             0);
+define_pd_global(intx, MethodProfileWidth,           0);
 #endif // !TIERED
 define_pd_global(bool, UseTypeProfile,               false);
 define_pd_global(bool, RoundFPResults,               true );