hotspot/src/share/vm/runtime/globals.hpp
changeset 8675 e9fef2a9bef7
parent 8499 4f77360820d7
child 8689 1d9c2c94ce9b
equal deleted inserted replaced
8674:303a2149d371 8675:e9fef2a9bef7
  3717           "recognize the invokedynamic instruction")                        \
  3717           "recognize the invokedynamic instruction")                        \
  3718                                                                             \
  3718                                                                             \
  3719   experimental(bool, AllowTransitionalJSR292, true,                         \
  3719   experimental(bool, AllowTransitionalJSR292, true,                         \
  3720           "recognize pre-PFD formats of invokedynamic")                     \
  3720           "recognize pre-PFD formats of invokedynamic")                     \
  3721                                                                             \
  3721                                                                             \
       
  3722   experimental(bool, PreferTransitionalJSR292, false,                       \
       
  3723           "prefer pre-PFD APIs on boot class path, if they exist")          \
       
  3724                                                                             \
       
  3725   experimental(bool, AllowInvokeForInvokeGeneric, false,                    \
       
  3726           "accept MethodHandle.invoke and MethodHandle.invokeGeneric "      \
       
  3727           "as equivalent methods")                                          \
       
  3728                                                                             \
  3722   develop(bool, TraceInvokeDynamic, false,                                  \
  3729   develop(bool, TraceInvokeDynamic, false,                                  \
  3723           "trace internal invoke dynamic operations")                       \
  3730           "trace internal invoke dynamic operations")                       \
  3724                                                                             \
  3731                                                                             \
  3725   diagnostic(bool, PauseAtStartup,      false,                              \
  3732   diagnostic(bool, PauseAtStartup,      false,                              \
  3726           "Causes the VM to pause at startup time and wait for the pause "  \
  3733           "Causes the VM to pause at startup time and wait for the pause "  \