From 7c62a26e6bdb7157944c13c766203499844dd3d3 Mon Sep 17 00:00:00 2001 From: Shrinivas Joshi Date: Tue, 19 May 2015 16:05:12 +0200 Subject: [PATCH] 8080308: TypeProfileLevel on SPARC platform should enable JSR292-only profiling level Set TypeProfileLevel to 111 by default on sparc Reviewed-by: kvn, roland --- hotspot/src/cpu/sparc/vm/globals_sparc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotspot/src/cpu/sparc/vm/globals_sparc.hpp b/hotspot/src/cpu/sparc/vm/globals_sparc.hpp index 800e6ef5a74..2c3424c0699 100644 --- a/hotspot/src/cpu/sparc/vm/globals_sparc.hpp +++ b/hotspot/src/cpu/sparc/vm/globals_sparc.hpp @@ -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) \ \