hotspot/src/cpu/zero/vm/globals_zero.hpp
changeset 22838 82c7497fbad4
parent 22832 03720a5b7595
parent 21198 dd647e8d1d72
child 22856 03ad2cf18166
equal deleted inserted replaced
22837:feba5d4126b8 22838:82c7497fbad4
    56 define_pd_global(bool,  UseMembar,            true);
    56 define_pd_global(bool,  UseMembar,            true);
    57 
    57 
    58 // GC Ergo Flags
    58 // GC Ergo Flags
    59 define_pd_global(uintx, CMSYoungGenPerWorker, 16*M);  // default max size of CMS young gen, per GC worker thread
    59 define_pd_global(uintx, CMSYoungGenPerWorker, 16*M);  // default max size of CMS young gen, per GC worker thread
    60 
    60 
       
    61 define_pd_global(uintx, TypeProfileLevel, 0);
       
    62 
    61 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct)
    63 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct)
    62 
    64 
    63 #endif // CPU_ZERO_VM_GLOBALS_ZERO_HPP
    65 #endif // CPU_ZERO_VM_GLOBALS_ZERO_HPP