diff src/share/vm/runtime/globals.hpp @ 712:6e33bfd4139b

Merge
author never
date Tue, 14 Apr 2009 12:25:54 -0700
parents 922aedc96ef5 e5b0439ef4ae
children be93aad57795
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Apr 09 13:59:45 2009 -0700
+++ b/src/share/vm/runtime/globals.hpp	Tue Apr 14 12:25:54 2009 -0700
@@ -3301,6 +3301,21 @@
   product(bool, AnonymousClasses, false,                                    \
           "support sun.misc.Unsafe.defineAnonymousClass")                   \
                                                                             \
+  product(bool, EnableMethodHandles, false,                                 \
+          "support method handles (true by default under JSR 292)")         \
+                                                                            \
+  diagnostic(intx, MethodHandlePushLimit, 3,                                \
+          "number of additional stack slots a method handle may push")      \
+                                                                            \
+  develop(bool, TraceMethodHandles, false,                                  \
+          "trace internal method handle operations")                        \
+                                                                            \
+  diagnostic(bool, VerifyMethodHandles, trueInDebug,                        \
+          "perform extra checks when constructing method handles")          \
+                                                                            \
+  diagnostic(bool, OptimizeMethodHandles, true,                             \
+          "when constructing method handles, try to improve them")          \
+                                                                            \
   product(bool, TaggedStackInterpreter, false,                              \
           "Insert tags in interpreter execution stack for oopmap generaion")\
                                                                             \