src/hotspot/share/opto/c2_globals.hpp
changeset 57722 8e51da27b53a
parent 57632 9c523692db7e
child 58149 00aebe177a71
equal deleted inserted replaced
57721:4fbcbd248c52 57722:8e51da27b53a
   508                                                                             \
   508                                                                             \
   509   product(intx, AutoBoxCacheMax, 128,                                       \
   509   product(intx, AutoBoxCacheMax, 128,                                       \
   510           "Sets max value cached by the java.lang.Integer autobox cache")   \
   510           "Sets max value cached by the java.lang.Integer autobox cache")   \
   511           range(0, max_jint)                                                \
   511           range(0, max_jint)                                                \
   512                                                                             \
   512                                                                             \
   513   experimental(bool, AggressiveUnboxing, false,                             \
   513   experimental(bool, AggressiveUnboxing, true,                              \
   514           "Control optimizations for aggressive boxing elimination")        \
   514           "Control optimizations for aggressive boxing elimination")        \
   515                                                                             \
   515                                                                             \
   516   develop(bool, TracePostallocExpand, false, "Trace expanding nodes after"  \
   516   develop(bool, TracePostallocExpand, false, "Trace expanding nodes after"  \
   517           " register allocation.")                                          \
   517           " register allocation.")                                          \
   518                                                                             \
   518                                                                             \