comparison 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
comparison
equal deleted inserted replaced
1792:d20603ee9e10 1793:d257356e35f0
469 KlassHandle accessing_klass, 469 KlassHandle accessing_klass,
470 TRAPS); 470 TRAPS);
471 // ask Java to compute a java.dyn.MethodType object for a given signature 471 // ask Java to compute a java.dyn.MethodType object for a given signature
472 static Handle find_method_handle_type(symbolHandle signature, 472 static Handle find_method_handle_type(symbolHandle signature,
473 KlassHandle accessing_klass, 473 KlassHandle accessing_klass,
474 bool for_invokeGeneric,
474 bool& return_bcp_flag, 475 bool& return_bcp_flag,
475 TRAPS); 476 TRAPS);
476 // ask Java to compute a java.dyn.MethodHandle object for a given CP entry 477 // ask Java to compute a java.dyn.MethodHandle object for a given CP entry
477 static Handle link_method_handle_constant(KlassHandle caller, 478 static Handle link_method_handle_constant(KlassHandle caller,
478 int ref_kind, //e.g., JVM_REF_invokeVirtual 479 int ref_kind, //e.g., JVM_REF_invokeVirtual