diff src/cpu/x86/vm/globals_x86.hpp @ 12875:d13d7aba8c12

8023657: New type profiling points: arguments to call Summary: x86 interpreter and c1 type profiling for arguments at calls Reviewed-by: kvn, twisti
author roland
date Wed, 09 Oct 2013 16:32:21 +0200
parents b800986664f4
children ce0cc25bc5e2
line wrap: on
line diff
--- a/src/cpu/x86/vm/globals_x86.hpp	Wed Oct 09 11:05:17 2013 -0700
+++ b/src/cpu/x86/vm/globals_x86.hpp	Wed Oct 09 16:32:21 2013 +0200
@@ -79,6 +79,8 @@
 // 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, 1);
+
 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
                                                                             \
   develop(bool, IEEEPrecision, true,                                        \