hotspot/src/cpu/sparc/vm/globals_sparc.hpp
changeset 33628 09241459a8b8
parent 33230 23bb11a5cf4e
child 35071 a0910b1d3e0d
equal deleted inserted replaced
33627:c5b7455f846e 33628:09241459a8b8
    84 // GC Ergo Flags
    84 // GC Ergo Flags
    85 define_pd_global(size_t, CMSYoungGenPerWorker, 16*M);  // default max size of CMS young gen, per GC worker thread
    85 define_pd_global(size_t, CMSYoungGenPerWorker, 16*M);  // default max size of CMS young gen, per GC worker thread
    86 
    86 
    87 define_pd_global(uintx, TypeProfileLevel, 111);
    87 define_pd_global(uintx, TypeProfileLevel, 111);
    88 
    88 
       
    89 define_pd_global(bool, CompactStrings, true);
       
    90 
    89 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint) \
    91 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint) \
    90                                                                             \
    92                                                                             \
    91   product(intx, UseVIS, 99,                                                 \
    93   product(intx, UseVIS, 99,                                                 \
    92           "Highest supported VIS instructions set on Sparc")                \
    94           "Highest supported VIS instructions set on Sparc")                \
    93           range(0, 99)                                                      \
    95           range(0, 99)                                                      \