src/share/vm/runtime/globals.hpp

changeset 1161
be93aad57795
parent 1147
6e33bfd4139b
child 1186
20c6f43950b5
child 1210
93c14e5562c4
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon Apr 20 14:48:03 2009 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Tue Apr 21 23:21:04 2009 -0700
     1.3 @@ -3316,6 +3316,12 @@
     1.4    diagnostic(bool, OptimizeMethodHandles, true,                             \
     1.5            "when constructing method handles, try to improve them")          \
     1.6                                                                              \
     1.7 +  product(bool, EnableInvokeDynamic, false,                                 \
     1.8 +          "recognize the invokedynamic instruction")                        \
     1.9 +                                                                            \
    1.10 +  develop(bool, TraceInvokeDynamic, false,                                  \
    1.11 +          "trace internal invoke dynamic operations")                       \
    1.12 +                                                                            \
    1.13    product(bool, TaggedStackInterpreter, false,                              \
    1.14            "Insert tags in interpreter execution stack for oopmap generaion")\
    1.15                                                                              \

mercurial