src/cpu/zero/vm/globals_zero.hpp

changeset 6472
2b8e28fdf503
parent 6466
6a936747b569
parent 6039
bd3237e0e18d
child 6490
41b780b43b74
     1.1 --- a/src/cpu/zero/vm/globals_zero.hpp	Wed Oct 16 10:52:41 2013 +0200
     1.2 +++ b/src/cpu/zero/vm/globals_zero.hpp	Tue Nov 05 17:38:04 2013 -0800
     1.3 @@ -58,6 +58,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