hotspot/src/cpu/zero/vm/globals_zero.hpp
changeset 21198 dd647e8d1d72
parent 17392 2f967c0e4246
child 22838 82c7497fbad4
child 22234 da823d78ad65
equal deleted inserted replaced
21101:02624d68a712 21198:dd647e8d1d72
    55 define_pd_global(bool,  UseMembar,            true);
    55 define_pd_global(bool,  UseMembar,            true);
    56 
    56 
    57 // GC Ergo Flags
    57 // GC Ergo Flags
    58 define_pd_global(uintx, CMSYoungGenPerWorker, 16*M);  // default max size of CMS young gen, per GC worker thread
    58 define_pd_global(uintx, CMSYoungGenPerWorker, 16*M);  // default max size of CMS young gen, per GC worker thread
    59 
    59 
       
    60 define_pd_global(uintx, TypeProfileLevel, 0);
       
    61 
    60 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct)
    62 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct)
    61 
    63 
    62 #endif // CPU_ZERO_VM_GLOBALS_ZERO_HPP
    64 #endif // CPU_ZERO_VM_GLOBALS_ZERO_HPP