hotspot/src/share/vm/runtime/globals.hpp
changeset 9631 9782bd698ffe
parent 9433 474a6834bc11
parent 9630 d6419e4395e3
child 9640 f85ccaa4b680
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri May 06 11:36:25 2011 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri May 06 19:34:55 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")       \
                                                                             \