diff src/cpu/x86/vm/globals_x86.hpp @ 12962:5ccbab1c69f3

8026251: New type profiling points: parameters to methods Summary: x86 interpreter and c1 type profiling for parameters on method entries Reviewed-by: kvn, twisti
author roland
date Tue, 22 Oct 2013 09:51:47 +0200
parents ce0cc25bc5e2
children 096c224171c4 41b780b43b74 8a8ff6b577ed
line wrap: on
line diff
--- a/src/cpu/x86/vm/globals_x86.hpp	Mon Oct 21 17:34:27 2013 -0700
+++ b/src/cpu/x86/vm/globals_x86.hpp	Tue Oct 22 09:51:47 2013 +0200
@@ -79,7 +79,7 @@
 // GC Ergo Flags
 define_pd_global(uintx, CMSYoungGenPerWorker, 64*M);  // default max size of CMS young gen, per GC worker thread
 
-define_pd_global(uintx, TypeProfileLevel, 11);
+define_pd_global(uintx, TypeProfileLevel, 111);
 
 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
                                                                             \