hotspot/src/share/vm/runtime/globals.hpp
changeset 2570 ecc7862946d4
parent 2536 041a415cdea9
child 2862 fad636edf18f
child 2741 34e2a243d69a
--- a/hotspot/src/share/vm/runtime/globals.hpp	Mon Apr 20 14:48:03 2009 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Tue Apr 21 23:21:04 2009 -0700
@@ -3316,6 +3316,12 @@
   diagnostic(bool, OptimizeMethodHandles, true,                             \
           "when constructing method handles, try to improve them")          \
                                                                             \
+  product(bool, EnableInvokeDynamic, false,                                 \
+          "recognize the invokedynamic instruction")                        \
+                                                                            \
+  develop(bool, TraceInvokeDynamic, false,                                  \
+          "trace internal invoke dynamic operations")                       \
+                                                                            \
   product(bool, TaggedStackInterpreter, false,                              \
           "Insert tags in interpreter execution stack for oopmap generaion")\
                                                                             \