diff src/share/vm/runtime/globals.hpp @ 3364:566ea7a12419

Merge
author never
date Fri, 06 May 2011 19:34:55 -0700
parents f4063a3503fc 167b70ff3abc
children 688202ef6306
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri May 06 11:36:25 2011 -0700
+++ b/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")       \
                                                                             \