src/share/vm/classfile/systemDictionary.hpp

changeset 1957
136b78722a08
parent 1907
c18cbe5936b8
child 2015
083fde3b838e
     1.1 --- a/src/share/vm/classfile/systemDictionary.hpp	Mon Jun 07 14:17:01 2010 -0700
     1.2 +++ b/src/share/vm/classfile/systemDictionary.hpp	Wed Jun 09 18:50:45 2010 -0700
     1.3 @@ -473,6 +473,13 @@
     1.4                                             KlassHandle accessing_klass,
     1.5                                             bool& return_bcp_flag,
     1.6                                             TRAPS);
     1.7 +  // ask Java to compute a java.dyn.MethodHandle object for a given CP entry
     1.8 +  static Handle    link_method_handle_constant(KlassHandle caller,
     1.9 +                                               int ref_kind, //e.g., JVM_REF_invokeVirtual
    1.10 +                                               KlassHandle callee,
    1.11 +                                               symbolHandle name,
    1.12 +                                               symbolHandle signature,
    1.13 +                                               TRAPS);
    1.14    // ask Java to create a dynamic call site, while linking an invokedynamic op
    1.15    static Handle    make_dynamic_call_site(Handle bootstrap_method,
    1.16                                            // Callee information:

mercurial