hotspot/src/cpu/sparc/vm/globals_sparc.hpp
changeset 31371 311143309e73
parent 30759 0bd5569bbfe6
child 31783 dbc24ca25ee4
equal deleted inserted replaced
31362:8957ccbb5821 31371:311143309e73
    79 // GC Ergo Flags
    79 // GC Ergo Flags
    80 define_pd_global(size_t, CMSYoungGenPerWorker, 16*M);  // default max size of CMS young gen, per GC worker thread
    80 define_pd_global(size_t, CMSYoungGenPerWorker, 16*M);  // default max size of CMS young gen, per GC worker thread
    81 
    81 
    82 define_pd_global(uintx, TypeProfileLevel, 111);
    82 define_pd_global(uintx, TypeProfileLevel, 111);
    83 
    83 
    84 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
    84 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint) \
    85                                                                             \
    85                                                                             \
    86   product(intx, UseVIS, 99,                                                 \
    86   product(intx, UseVIS, 99,                                                 \
    87           "Highest supported VIS instructions set on Sparc")                \
    87           "Highest supported VIS instructions set on Sparc")                \
    88                                                                             \
    88                                                                             \
    89   product(bool, UseCBCond, false,                                           \
    89   product(bool, UseCBCond, false,                                           \