hotspot/src/cpu/ppc/vm/globals_ppc.hpp
changeset 33628 09241459a8b8
parent 33222 e0a340f4ab6e
child 35078 c2e328a0171f
equal deleted inserted replaced
33627:c5b7455f846e 33628:09241459a8b8
    69 
    69 
    70 // GC Ergo Flags
    70 // GC Ergo Flags
    71 define_pd_global(size_t, CMSYoungGenPerWorker, 16*M);  // Default max size of CMS young gen, per GC worker thread.
    71 define_pd_global(size_t, CMSYoungGenPerWorker, 16*M);  // Default max size of CMS young gen, per GC worker thread.
    72 
    72 
    73 define_pd_global(uintx, TypeProfileLevel, 111);
    73 define_pd_global(uintx, TypeProfileLevel, 111);
       
    74 
       
    75 // No performance work done here yet.
       
    76 define_pd_global(bool, CompactStrings, false);
    74 
    77 
    75 // Platform dependent flag handling: flags only defined on this platform.
    78 // Platform dependent flag handling: flags only defined on this platform.
    76 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint)  \
    79 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint)  \
    77                                                                             \
    80                                                                             \
    78   /* Load poll address from thread. This is used to implement per-thread */ \
    81   /* Load poll address from thread. This is used to implement per-thread */ \