hotspot/src/cpu/ppc/vm/globals_ppc.hpp
changeset 22839 ae07c508eb31
parent 22824 28258dd5cb2e
child 22841 f95c99b5e740
equal deleted inserted replaced
22838:82c7497fbad4 22839:ae07c508eb31
    53 define_pd_global(bool, RewriteFrequentPairs,  true);
    53 define_pd_global(bool, RewriteFrequentPairs,  true);
    54 
    54 
    55 define_pd_global(bool, UseMembar,             false);
    55 define_pd_global(bool, UseMembar,             false);
    56 
    56 
    57 // GC Ergo Flags
    57 // GC Ergo Flags
    58 define_pd_global(intx, 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 
    60 
    61 // Platform dependent flag handling: flags only defined on this platform.
    61 // Platform dependent flag handling: flags only defined on this platform.
    62 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct)  \
    62 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct)  \
    63   product(uintx, PowerArchitecturePPC64, 0,                                 \
    63   product(uintx, PowerArchitecturePPC64, 0,                                 \