src/share/vm/oops/cpCacheOop.hpp

changeset 2982
ddd894528dbc
parent 2639
8033953d67ff
child 3969
1d7922586cf6
equal deleted inserted replaced
2981:aabf25fa3f05 2982:ddd894528dbc
191 191
192 void set_dynamic_call( 192 void set_dynamic_call(
193 Handle call_site, // Resolved java.lang.invoke.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
197 methodOop get_method_if_resolved(Bytecodes::Code invoke_code, constantPoolHandle cpool);
196 198
197 // For JVM_CONSTANT_InvokeDynamic cache entries: 199 // For JVM_CONSTANT_InvokeDynamic cache entries:
198 void initialize_bootstrap_method_index_in_cache(int bsm_cache_index); 200 void initialize_bootstrap_method_index_in_cache(int bsm_cache_index);
199 int bootstrap_method_index_in_cache(); 201 int bootstrap_method_index_in_cache();
200 202

mercurial