src/share/vm/runtime/globals.hpp

changeset 2015
083fde3b838e
parent 1999
2a47bd84841f
child 2036
126ea7725993
child 2039
66c5dadb4d61
child 2061
9d7a8ab3736b
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Jul 15 08:54:48 2010 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu Jul 15 18:40:45 2010 -0700
     1.3 @@ -3517,6 +3517,9 @@
     1.4    experimental(bool, EnableInvokeDynamic, false,                            \
     1.5            "recognize the invokedynamic instruction")                        \
     1.6                                                                              \
     1.7 +  experimental(bool, AllowTransitionalJSR292, true,                         \
     1.8 +          "recognize pre-PFD formats of invokedynamic")                     \
     1.9 +                                                                            \
    1.10    develop(bool, TraceInvokeDynamic, false,                                  \
    1.11            "trace internal invoke dynamic operations")                       \
    1.12                                                                              \

mercurial