src/cpu/zero/vm/globals_zero.hpp

changeset 6039
bd3237e0e18d
parent 5119
12f651e29f6b
child 6198
55fb97c4c58d
child 6472
2b8e28fdf503
     1.1 --- a/src/cpu/zero/vm/globals_zero.hpp	Wed Oct 23 19:22:28 2013 +0000
     1.2 +++ b/src/cpu/zero/vm/globals_zero.hpp	Thu Oct 24 16:23:07 2013 -0700
     1.3 @@ -57,6 +57,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  #endif // CPU_ZERO_VM_GLOBALS_ZERO_HPP

mercurial