hotspot/src/share/vm/runtime/globals.hpp
changeset 9946 b3d5b50e2289
parent 9942 2e86734ba620
child 9968 d46e7bd87c27
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue May 17 16:50:27 2011 +0200
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Tue May 17 19:11:51 2011 -0700
@@ -3724,6 +3724,9 @@
   diagnostic(bool, OptimizeMethodHandles, true,                             \
           "when constructing method handles, try to improve them")          \
                                                                             \
+  develop(bool, StressMethodHandleWalk, false,                              \
+          "Process all method handles with MethodHandleWalk")               \
+                                                                            \
   diagnostic(bool, UseRicochetFrames, true,                                 \
           "use ricochet stack frames for method handle combination, "       \
           "if the platform supports them")                                  \