hotspot/src/share/vm/runtime/globals.hpp
changeset 9980 a330de5dea17
parent 9968 d46e7bd87c27
child 10003 06c862a55fa4
equal deleted inserted replaced
9978:80c391c46474 9980:a330de5dea17
  3713           "support method handles (deprecated)")                            \
  3713           "support method handles (deprecated)")                            \
  3714                                                                             \
  3714                                                                             \
  3715   diagnostic(intx, MethodHandlePushLimit, 3,                                \
  3715   diagnostic(intx, MethodHandlePushLimit, 3,                                \
  3716           "number of additional stack slots a method handle may push")      \
  3716           "number of additional stack slots a method handle may push")      \
  3717                                                                             \
  3717                                                                             \
       
  3718   diagnostic(bool, PrintMethodHandleStubs, false,                           \
       
  3719           "Print generated stub code for method handles")                   \
       
  3720                                                                             \
  3718   develop(bool, TraceMethodHandles, false,                                  \
  3721   develop(bool, TraceMethodHandles, false,                                  \
  3719           "trace internal method handle operations")                        \
  3722           "trace internal method handle operations")                        \
  3720                                                                             \
  3723                                                                             \
  3721   diagnostic(bool, VerifyMethodHandles, trueInDebug,                        \
  3724   diagnostic(bool, VerifyMethodHandles, trueInDebug,                        \
  3722           "perform extra checks when constructing method handles")          \
  3725           "perform extra checks when constructing method handles")          \