diff -r 942e888897bc -r 566ea7a12419 src/share/vm/runtime/globals.hpp --- 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") \ \