hotspot/src/share/vm/opto/c2_globals.hpp
changeset 190 e9a0a9dcd4f6
parent 1 489c9b5090e2
child 238 803c80713999
equal deleted inserted replaced
189:4248c8e21063 190:e9a0a9dcd4f6
   365           "Print per-lock-site statistics of biased locking in JVM")        \
   365           "Print per-lock-site statistics of biased locking in JVM")        \
   366                                                                             \
   366                                                                             \
   367   notproduct(bool, PrintEliminateLocks, false,                              \
   367   notproduct(bool, PrintEliminateLocks, false,                              \
   368           "Print out when locks are eliminated")                            \
   368           "Print out when locks are eliminated")                            \
   369                                                                             \
   369                                                                             \
       
   370   diagnostic(bool, EliminateAutoBox, false,                                 \
       
   371           "Private flag to control optimizations for autobox elimination")  \
       
   372                                                                             \
       
   373   product(intx, AutoBoxCacheMax, 128,                                       \
       
   374           "Sets max value cached by the java.lang.Integer autobox cache")   \
       
   375                                                                             \
   370   product(bool, DoEscapeAnalysis, false,                                    \
   376   product(bool, DoEscapeAnalysis, false,                                    \
   371           "Perform escape analysis")                                        \
   377           "Perform escape analysis")                                        \
   372                                                                             \
   378                                                                             \
   373   notproduct(bool, PrintEscapeAnalysis, false,                              \
   379   notproduct(bool, PrintEscapeAnalysis, false,                              \
   374           "Print the results of escape analysis")                           \
   380           "Print the results of escape analysis")                           \