diff src/share/vm/runtime/globals.hpp @ 1660:083fde3b838e

6964498: JSR 292 invokedynamic sites need local bootstrap methods Summary: Add JVM_CONSTANT_InvokeDynamic records to constant pool to determine per-instruction BSMs. Reviewed-by: twisti
author jrose
date Thu, 15 Jul 2010 18:40:45 -0700
parents 2a47bd84841f
children 126ea7725993 66c5dadb4d61 9d7a8ab3736b
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Jul 15 08:54:48 2010 -0700
+++ b/src/share/vm/runtime/globals.hpp	Thu Jul 15 18:40:45 2010 -0700
@@ -3517,6 +3517,9 @@
   experimental(bool, EnableInvokeDynamic, false,                            \
           "recognize the invokedynamic instruction")                        \
                                                                             \
+  experimental(bool, AllowTransitionalJSR292, true,                         \
+          "recognize pre-PFD formats of invokedynamic")                     \
+                                                                            \
   develop(bool, TraceInvokeDynamic, false,                                  \
           "trace internal invoke dynamic operations")                       \
                                                                             \