hotspot/src/share/vm/runtime/globals.hpp
changeset 6062 bab93afe9df7
parent 5924 dc9d04930c82
child 6179 4846648c4b7b
child 6176 4d9030fe341f
child 6248 2e661807cef0
equal deleted inserted replaced
5929:279fd26a4b68 6062:bab93afe9df7
  3515           "trust final non-static declarations for constant folding")       \
  3515           "trust final non-static declarations for constant folding")       \
  3516                                                                             \
  3516                                                                             \
  3517   experimental(bool, EnableInvokeDynamic, false,                            \
  3517   experimental(bool, EnableInvokeDynamic, false,                            \
  3518           "recognize the invokedynamic instruction")                        \
  3518           "recognize the invokedynamic instruction")                        \
  3519                                                                             \
  3519                                                                             \
       
  3520   experimental(bool, AllowTransitionalJSR292, true,                         \
       
  3521           "recognize pre-PFD formats of invokedynamic")                     \
       
  3522                                                                             \
  3520   develop(bool, TraceInvokeDynamic, false,                                  \
  3523   develop(bool, TraceInvokeDynamic, false,                                  \
  3521           "trace internal invoke dynamic operations")                       \
  3524           "trace internal invoke dynamic operations")                       \
  3522                                                                             \
  3525                                                                             \
  3523   diagnostic(bool, PauseAtStartup,      false,                              \
  3526   diagnostic(bool, PauseAtStartup,      false,                              \
  3524           "Causes the VM to pause at startup time and wait for the pause "  \
  3527           "Causes the VM to pause at startup time and wait for the pause "  \