diff src/share/vm/runtime/globals.hpp @ 3757:f8c9417e3571

7052219: JSR 292: Crash in ~BufferBlob::MethodHandles adapters Reviewed-by: twisti, kvn, jrose
author never
date Tue, 14 Jun 2011 14:41:33 -0700
parents a93146d0e4be
children be4ca325525a 4bf3cbef0b3e
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Jun 08 17:04:06 2011 -0700
+++ b/src/share/vm/runtime/globals.hpp	Tue Jun 14 14:41:33 2011 -0700
@@ -3715,6 +3715,9 @@
   diagnostic(intx, MethodHandlePushLimit, 3,                                \
           "number of additional stack slots a method handle may push")      \
                                                                             \
+  diagnostic(bool, PrintMethodHandleStubs, false,                           \
+          "Print generated stub code for method handles")                   \
+                                                                            \
   develop(bool, TraceMethodHandles, false,                                  \
           "trace internal method handle operations")                        \
                                                                             \