hotspot/src/share/vm/oops/cpCacheOop.hpp
changeset 8676 9098d4e927e1
parent 8297 f05d10c1c4b8
child 10008 d84de97ad847
equal deleted inserted replaced
8675:e9fef2a9bef7 8676:9098d4e927e1
   188     methodHandle method,                         // Resolved method
   188     methodHandle method,                         // Resolved method
   189     int index                                    // Method index into interface
   189     int index                                    // Method index into interface
   190   );
   190   );
   191 
   191 
   192   void set_dynamic_call(
   192   void set_dynamic_call(
   193     Handle call_site,                            // Resolved java.dyn.CallSite (f1)
   193     Handle call_site,                            // Resolved java.lang.invoke.CallSite (f1)
   194     methodHandle signature_invoker               // determines signature information
   194     methodHandle signature_invoker               // determines signature information
   195   );
   195   );
   196 
   196 
   197   // For JVM_CONSTANT_InvokeDynamic cache entries:
   197   // For JVM_CONSTANT_InvokeDynamic cache entries:
   198   void initialize_bootstrap_method_index_in_cache(int bsm_cache_index);
   198   void initialize_bootstrap_method_index_in_cache(int bsm_cache_index);