src/cpu/x86/vm/globals_x86.hpp

changeset 5914
d13d7aba8c12
parent 5353
b800986664f4
child 5921
ce0cc25bc5e2
     1.1 --- a/src/cpu/x86/vm/globals_x86.hpp	Wed Oct 09 11:05:17 2013 -0700
     1.2 +++ b/src/cpu/x86/vm/globals_x86.hpp	Wed Oct 09 16:32:21 2013 +0200
     1.3 @@ -79,6 +79,8 @@
     1.4  // GC Ergo Flags
     1.5  define_pd_global(uintx, CMSYoungGenPerWorker, 64*M);  // default max size of CMS young gen, per GC worker thread
     1.6  
     1.7 +define_pd_global(uintx, TypeProfileLevel, 1);
     1.8 +
     1.9  #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
    1.10                                                                              \
    1.11    develop(bool, IEEEPrecision, true,                                        \

mercurial