src/hotspot/share/opto/c2_globals.hpp
changeset 53724 70f114974aa7
parent 53624 8b81c509995e
child 54982 b18c8301b8c2
equal deleted inserted replaced
53723:f31dad87f661 53724:70f114974aa7
   507           "Print out when locks are eliminated")                            \
   507           "Print out when locks are eliminated")                            \
   508                                                                             \
   508                                                                             \
   509   product(bool, EliminateAutoBox, true,                                     \
   509   product(bool, EliminateAutoBox, true,                                     \
   510           "Control optimizations for autobox elimination")                  \
   510           "Control optimizations for autobox elimination")                  \
   511                                                                             \
   511                                                                             \
   512   diagnostic(bool, UseImplicitStableValues, true,                           \
       
   513           "Mark well-known stable fields as such (e.g. String.value)")      \
       
   514                                                                             \
       
   515   product(intx, AutoBoxCacheMax, 128,                                       \
   512   product(intx, AutoBoxCacheMax, 128,                                       \
   516           "Sets max value cached by the java.lang.Integer autobox cache")   \
   513           "Sets max value cached by the java.lang.Integer autobox cache")   \
   517           range(0, max_jint)                                                \
   514           range(0, max_jint)                                                \
   518                                                                             \
   515                                                                             \
   519   experimental(bool, AggressiveUnboxing, true,                              \
   516   experimental(bool, AggressiveUnboxing, true,                              \