8080308: TypeProfileLevel on SPARC platform should enable JSR292-only profiling level
Summary: Set TypeProfileLevel to 111 by default on sparc
Reviewed-by: kvn, roland
Contributed-by: shrinivas.joshi@oracle.com
--- a/hotspot/src/cpu/sparc/vm/globals_sparc.hpp Tue May 19 11:06:34 2015 +0200
+++ b/hotspot/src/cpu/sparc/vm/globals_sparc.hpp Tue May 19 16:05:12 2015 +0200
@@ -79,7 +79,7 @@
// GC Ergo Flags
define_pd_global(size_t, CMSYoungGenPerWorker, 16*M); // default max size of CMS young gen, per GC worker thread
-define_pd_global(uintx, TypeProfileLevel, 0);
+define_pd_global(uintx, TypeProfileLevel, 111);
#define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
\