hotspot/src/cpu/x86/vm/globals_x86.hpp
changeset 20702 bbe0fcde6e13
parent 18507 61bfc8995bb3
child 20709 034be898bf04
--- a/hotspot/src/cpu/x86/vm/globals_x86.hpp	Wed Oct 09 11:05:17 2013 -0700
+++ b/hotspot/src/cpu/x86/vm/globals_x86.hpp	Wed Oct 09 16:32:21 2013 +0200
@@ -79,6 +79,8 @@
 // GC Ergo Flags
 define_pd_global(uintx, CMSYoungGenPerWorker, 64*M);  // default max size of CMS young gen, per GC worker thread
 
+define_pd_global(uintx, TypeProfileLevel, 1);
+
 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
                                                                             \
   develop(bool, IEEEPrecision, true,                                        \