hotspot/src/share/vm/opto/c2_globals.hpp
changeset 953 202a1f972a92
parent 670 ddf3e9583f2f
parent 952 38812d18eec0
child 961 7fb3b13d4205
equal deleted inserted replaced
817:cd8b8f500fac 953:202a1f972a92
   371           "Private flag to control optimizations for autobox elimination")  \
   371           "Private flag to control optimizations for autobox elimination")  \
   372                                                                             \
   372                                                                             \
   373   product(intx, AutoBoxCacheMax, 128,                                       \
   373   product(intx, AutoBoxCacheMax, 128,                                       \
   374           "Sets max value cached by the java.lang.Integer autobox cache")   \
   374           "Sets max value cached by the java.lang.Integer autobox cache")   \
   375                                                                             \
   375                                                                             \
   376   product(bool, DoEscapeAnalysis, false,                                    \
   376   product(bool, DoEscapeAnalysis, true,                                     \
   377           "Perform escape analysis")                                        \
   377           "Perform escape analysis")                                        \
   378                                                                             \
   378                                                                             \
   379   notproduct(bool, PrintEscapeAnalysis, false,                              \
   379   notproduct(bool, PrintEscapeAnalysis, false,                              \
   380           "Print the results of escape analysis")                           \
   380           "Print the results of escape analysis")                           \
   381                                                                             \
   381                                                                             \