diff src/cpu/sparc/vm/globals_sparc.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 46c544b8fbfc
children de6a9e811145 41b780b43b74
line wrap: on
line diff
--- a/src/cpu/sparc/vm/globals_sparc.hpp	Wed Oct 09 11:05:17 2013 -0700
+++ b/src/cpu/sparc/vm/globals_sparc.hpp	Wed Oct 09 16:32:21 2013 +0200
@@ -76,6 +76,8 @@
 // GC Ergo Flags
 define_pd_global(uintx, CMSYoungGenPerWorker, 16*M);  // default max size of CMS young gen, per GC worker thread
 
+define_pd_global(uintx, TypeProfileLevel, 0);
+
 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
                                                                             \
   product(intx, UseVIS, 99,                                                 \