src/share/vm/runtime/globals.hpp

changeset 2920
a80577f854f9
parent 2916
f52ed367b66d
child 2942
a93146d0e4be
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue May 17 16:50:27 2011 +0200
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Tue May 17 19:11:51 2011 -0700
     1.3 @@ -3724,6 +3724,9 @@
     1.4    diagnostic(bool, OptimizeMethodHandles, true,                             \
     1.5            "when constructing method handles, try to improve them")          \
     1.6                                                                              \
     1.7 +  develop(bool, StressMethodHandleWalk, false,                              \
     1.8 +          "Process all method handles with MethodHandleWalk")               \
     1.9 +                                                                            \
    1.10    diagnostic(bool, UseRicochetFrames, true,                                 \
    1.11            "use ricochet stack frames for method handle combination, "       \
    1.12            "if the platform supports them")                                  \

mercurial