comparison src/share/vm/ci/ciMethod.hpp @ 6973:bb33c6fdcf0d

8001077: remove ciMethod::will_link Summary: Removed will_link and changed all calls to is_loaded(). Reviewed-by: kvn
author bharadwaj
date Thu, 15 Nov 2012 10:42:06 -0800
parents bd7a7ce2e264
children beebba0acc11
comparison
equal deleted inserted replaced
6972:bd7a7ce2e264 6973:bb33c6fdcf0d
239 239
240 // Find the proper vtable index to invoke this method. 240 // Find the proper vtable index to invoke this method.
241 int resolve_vtable_index(ciKlass* caller, ciKlass* receiver); 241 int resolve_vtable_index(ciKlass* caller, ciKlass* receiver);
242 242
243 // Compilation directives 243 // Compilation directives
244 bool will_link(ciKlass* accessing_klass,
245 ciKlass* declared_method_holder,
246 Bytecodes::Code bc);
247 bool should_exclude(); 244 bool should_exclude();
248 bool should_inline(); 245 bool should_inline();
249 bool should_not_inline(); 246 bool should_not_inline();
250 bool should_print_assembly(); 247 bool should_print_assembly();
251 bool break_at_execute(); 248 bool break_at_execute();