hotspot/src/share/vm/runtime/globals.hpp
changeset 25950 b5c40ed1d349
parent 25947 8f94ddc3729a
child 26135 82b516c550f7
child 25960 729cd80956ae
equal deleted inserted replaced
25949:34557722059b 25950:b5c40ed1d349
  2782           "Use fast signature handlers for native calls")                   \
  2782           "Use fast signature handlers for native calls")                   \
  2783                                                                             \
  2783                                                                             \
  2784   product(bool, UseLoopCounter, true,                                       \
  2784   product(bool, UseLoopCounter, true,                                       \
  2785           "Increment invocation counter on backward branch")                \
  2785           "Increment invocation counter on backward branch")                \
  2786                                                                             \
  2786                                                                             \
  2787   product(bool, UseFastEmptyMethods, true,                                  \
       
  2788           "Use fast method entry code for empty methods")                   \
       
  2789                                                                             \
       
  2790   product(bool, UseFastAccessorMethods, true,                               \
       
  2791           "Use fast method entry code for accessor methods")                \
       
  2792                                                                             \
       
  2793   product_pd(bool, UseOnStackReplacement,                                   \
  2787   product_pd(bool, UseOnStackReplacement,                                   \
  2794           "Use on stack replacement, calls runtime if invoc. counter "      \
  2788           "Use on stack replacement, calls runtime if invoc. counter "      \
  2795           "overflows in loop")                                              \
  2789           "overflows in loop")                                              \
  2796                                                                             \
  2790                                                                             \
  2797   notproduct(bool, TraceOnStackReplacement, false,                          \
  2791   notproduct(bool, TraceOnStackReplacement, false,                          \