8001077: remove ciMethod::will_link

Removed will_link and changed all calls to is_loaded().

Reviewed-by: kvn
This commit is contained in:
Bharadwaj Yadavalli 2012-11-15 10:42:06 -08:00
parent f712e12f98
commit 4b288c8976
5 changed files with 3 additions and 25 deletions

View file

@ -241,9 +241,6 @@ class ciMethod : public ciMetadata {
int resolve_vtable_index(ciKlass* caller, ciKlass* receiver);
// Compilation directives
bool will_link(ciKlass* accessing_klass,
ciKlass* declared_method_holder,
Bytecodes::Code bc);
bool should_exclude();
bool should_inline();
bool should_not_inline();