comparison src/share/vm/oops/cpCacheOop.hpp @ 2357:8033953d67ff

7012648: move JSR 292 to package java.lang.invoke and adjust names Summary: package and class renaming only; delete unused methods and classes Reviewed-by: twisti
author jrose
date Fri, 11 Mar 2011 22:34:57 -0800
parents e5383553fd4e
children 81d815b05abb
comparison
equal deleted inserted replaced
2356:72dee110246f 2357:8033953d67ff
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);