src/hotspot/share/opto/c2_globals.hpp
changeset 58149 00aebe177a71
parent 57722 8e51da27b53a
child 58679 9c3209ff7550
equal deleted inserted replaced
58144:d003b3ef8b60 58149:00aebe177a71
   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, true,                              \
   513   diagnostic(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                                                                             \