hotspot/src/share/vm/runtime/globals.hpp
changeset 9630 d6419e4395e3
parent 9333 36b8f9661154
child 9631 9782bd698ffe
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri May 06 12:12:29 2011 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri May 06 16:33:13 2011 -0700
@@ -3708,6 +3708,10 @@
   diagnostic(bool, OptimizeMethodHandles, true,                             \
           "when constructing method handles, try to improve them")          \
                                                                             \
+  diagnostic(bool, UseRicochetFrames, true,                                 \
+          "use ricochet stack frames for method handle combination, "       \
+          "if the platform supports them")                                  \
+                                                                            \
   experimental(bool, TrustFinalNonStaticFields, false,                      \
           "trust final non-static declarations for constant folding")       \
                                                                             \