src/cpu/sparc/vm/globals_sparc.hpp

changeset 5914
d13d7aba8c12
parent 5283
46c544b8fbfc
child 6198
55fb97c4c58d
child 6490
41b780b43b74
     1.1 --- a/src/cpu/sparc/vm/globals_sparc.hpp	Wed Oct 09 11:05:17 2013 -0700
     1.2 +++ b/src/cpu/sparc/vm/globals_sparc.hpp	Wed Oct 09 16:32:21 2013 +0200
     1.3 @@ -76,6 +76,8 @@
     1.4  // GC Ergo Flags
     1.5  define_pd_global(uintx, CMSYoungGenPerWorker, 16*M);  // default max size of CMS young gen, per GC worker thread
     1.6  
     1.7 +define_pd_global(uintx, TypeProfileLevel, 0);
     1.8 +
     1.9  #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
    1.10                                                                              \
    1.11    product(intx, UseVIS, 99,                                                 \

mercurial