8080308: TypeProfileLevel on SPARC platform should enable JSR292-only profiling level
authorroland
Tue, 19 May 2015 16:05:12 +0200
changeset 30759 0bd5569bbfe6
parent 30758 97072ce7c6fe
child 30760 751b9e1fb0e5
child 30761 ce08cd63451f
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
hotspot/src/cpu/sparc/vm/globals_sparc.hpp
--- 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) \
                                                                             \