8080308: TypeProfileLevel on SPARC platform should enable JSR292-only profiling level

Set TypeProfileLevel to 111 by default on sparc

Reviewed-by: kvn, roland
This commit is contained in:
Shrinivas Joshi 2015-05-19 16:05:12 +02:00 committed by Roland Westrelin
parent b48a61e5be
commit 7c62a26e6b

View File

@ -79,7 +79,7 @@ define_pd_global(bool, PreserveFramePointer, false);
// 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) \
\