hotspot/src/share/vm/runtime/globals.hpp
changeset 9946 b3d5b50e2289
parent 9942 2e86734ba620
child 9968 d46e7bd87c27
equal deleted inserted replaced
9943:a9aea2b8010f 9946:b3d5b50e2289
  3722           "perform extra checks when constructing method handles")          \
  3722           "perform extra checks when constructing method handles")          \
  3723                                                                             \
  3723                                                                             \
  3724   diagnostic(bool, OptimizeMethodHandles, true,                             \
  3724   diagnostic(bool, OptimizeMethodHandles, true,                             \
  3725           "when constructing method handles, try to improve them")          \
  3725           "when constructing method handles, try to improve them")          \
  3726                                                                             \
  3726                                                                             \
       
  3727   develop(bool, StressMethodHandleWalk, false,                              \
       
  3728           "Process all method handles with MethodHandleWalk")               \
       
  3729                                                                             \
  3727   diagnostic(bool, UseRicochetFrames, true,                                 \
  3730   diagnostic(bool, UseRicochetFrames, true,                                 \
  3728           "use ricochet stack frames for method handle combination, "       \
  3731           "use ricochet stack frames for method handle combination, "       \
  3729           "if the platform supports them")                                  \
  3732           "if the platform supports them")                                  \
  3730                                                                             \
  3733                                                                             \
  3731   experimental(bool, TrustFinalNonStaticFields, false,                      \
  3734   experimental(bool, TrustFinalNonStaticFields, false,                      \