diff src/share/vm/runtime/globals.hpp @ 3388:a80577f854f9

7045513: JSR 292 inlining causes crashes in methodHandleWalk.cpp Reviewed-by: jrose
author never
date Tue, 17 May 2011 19:11:51 -0700
parents f52ed367b66d
children c76d5f44a3fe
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue May 17 16:50:27 2011 +0200
+++ b/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")                                  \