diff -r ef9996662fd5 -r bbe0fcde6e13 hotspot/src/cpu/sparc/vm/globals_sparc.hpp --- a/hotspot/src/cpu/sparc/vm/globals_sparc.hpp Wed Oct 09 11:05:17 2013 -0700 +++ b/hotspot/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, \