diff src/share/vm/classfile/systemDictionary.hpp @ 1793:d257356e35f0

6939224: MethodHandle.invokeGeneric needs to perform the correct set of conversions Reviewed-by: never
author jrose
date Mon, 13 Sep 2010 23:24:30 -0700
parents 083fde3b838e
children 3b2dea75431e
line wrap: on
line diff
--- a/src/share/vm/classfile/systemDictionary.hpp	Mon Sep 13 16:45:00 2010 -0700
+++ b/src/share/vm/classfile/systemDictionary.hpp	Mon Sep 13 23:24:30 2010 -0700
@@ -471,6 +471,7 @@
   // ask Java to compute a java.dyn.MethodType object for a given signature
   static Handle    find_method_handle_type(symbolHandle signature,
                                            KlassHandle accessing_klass,
+                                           bool for_invokeGeneric,
                                            bool& return_bcp_flag,
                                            TRAPS);
   // ask Java to compute a java.dyn.MethodHandle object for a given CP entry