hotspot/src/share/vm/runtime/globals.hpp
changeset 11487 f45d945367d4
parent 11442 770f7b89bb6b
child 11566 351229eec596
child 11601 f359304c1856
equal deleted inserted replaced
11486:cdc636532368 11487:f45d945367d4
  3824           "when constructing method handles, try to improve them")          \
  3824           "when constructing method handles, try to improve them")          \
  3825                                                                             \
  3825                                                                             \
  3826   develop(bool, StressMethodHandleWalk, false,                              \
  3826   develop(bool, StressMethodHandleWalk, false,                              \
  3827           "Process all method handles with MethodHandleWalk")               \
  3827           "Process all method handles with MethodHandleWalk")               \
  3828                                                                             \
  3828                                                                             \
  3829   diagnostic(bool, UseRicochetFrames, true,                                 \
       
  3830           "use ricochet stack frames for method handle combination, "       \
       
  3831           "if the platform supports them")                                  \
       
  3832                                                                             \
       
  3833   experimental(bool, TrustFinalNonStaticFields, false,                      \
  3829   experimental(bool, TrustFinalNonStaticFields, false,                      \
  3834           "trust final non-static declarations for constant folding")       \
  3830           "trust final non-static declarations for constant folding")       \
  3835                                                                             \
  3831                                                                             \
  3836   experimental(bool, AllowInvokeGeneric, false,                             \
  3832   experimental(bool, AllowInvokeGeneric, false,                             \
  3837           "accept MethodHandle.invoke and MethodHandle.invokeGeneric "      \
  3833           "accept MethodHandle.invoke and MethodHandle.invokeGeneric "      \