src/share/vm/classfile/systemDictionary.hpp

changeset 2015
083fde3b838e
parent 1957
136b78722a08
child 2148
d257356e35f0
     1.1 --- a/src/share/vm/classfile/systemDictionary.hpp	Thu Jul 15 08:54:48 2010 -0700
     1.2 +++ b/src/share/vm/classfile/systemDictionary.hpp	Thu Jul 15 18:40:45 2010 -0700
     1.3 @@ -492,7 +492,10 @@
     1.4                                            TRAPS);
     1.5  
     1.6    // coordinate with Java about bootstrap methods
     1.7 -  static Handle    find_bootstrap_method(KlassHandle caller, TRAPS);
     1.8 +  static Handle    find_bootstrap_method(methodHandle caller_method,
     1.9 +                                         int caller_bci,  // N.B. must be an invokedynamic
    1.10 +                                         int cache_index, // must be corresponding main_entry
    1.11 +                                         TRAPS);
    1.12  
    1.13    // Utility for printing loader "name" as part of tracing constraints
    1.14    static const char* loader_name(oop loader) {

mercurial