mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8001077: remove ciMethod::will_link
Removed will_link and changed all calls to is_loaded(). Reviewed-by: kvn
This commit is contained in:
parent
f712e12f98
commit
4b288c8976
5 changed files with 3 additions and 25 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue