src/share/vm/runtime/globals.hpp

changeset 2895
167b70ff3abc
parent 2816
286c498ae0d4
child 2896
566ea7a12419
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri May 06 12:12:29 2011 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri May 06 16:33:13 2011 -0700
     1.3 @@ -3708,6 +3708,10 @@
     1.4    diagnostic(bool, OptimizeMethodHandles, true,                             \
     1.5            "when constructing method handles, try to improve them")          \
     1.6                                                                              \
     1.7 +  diagnostic(bool, UseRicochetFrames, true,                                 \
     1.8 +          "use ricochet stack frames for method handle combination, "       \
     1.9 +          "if the platform supports them")                                  \
    1.10 +                                                                            \
    1.11    experimental(bool, TrustFinalNonStaticFields, false,                      \
    1.12            "trust final non-static declarations for constant folding")       \
    1.13                                                                              \

mercurial