diff src/share/vm/classfile/systemDictionary.hpp @ 1913:3b2dea75431e

6984311: JSR 292 needs optional bootstrap method parameters Summary: Allow CONSTANT_InvokeDynamic nodes to have any number of extra operands. Reviewed-by: twisti
author jrose
date Sat, 30 Oct 2010 13:08:23 -0700
parents d257356e35f0
children 2d26b0046e0d f95d63e2154a
line wrap: on
line diff
--- a/src/share/vm/classfile/systemDictionary.hpp	Sat Oct 30 12:19:07 2010 -0700
+++ b/src/share/vm/classfile/systemDictionary.hpp	Sat Oct 30 13:08:23 2010 -0700
@@ -496,6 +496,7 @@
   static Handle    find_bootstrap_method(methodHandle caller_method,
                                          int caller_bci,  // N.B. must be an invokedynamic
                                          int cache_index, // must be corresponding main_entry
+                                         Handle &argument_info_result, // static BSM arguments, if any
                                          TRAPS);
 
   // Utility for printing loader "name" as part of tracing constraints