8254771: Remove unimplemented ciSignature::get_all_klasses
Reviewed-by: thartmann, kvn
This commit is contained in:
parent
81a8ff1d92
commit
167c192456
@ -50,8 +50,6 @@ private:
|
|||||||
ciSignature(ciKlass* accessing_klass, const constantPoolHandle& cpool, ciSymbol* signature);
|
ciSignature(ciKlass* accessing_klass, const constantPoolHandle& cpool, ciSymbol* signature);
|
||||||
ciSignature(ciKlass* accessing_klass, ciSymbol* signature, ciMethodType* method_type);
|
ciSignature(ciKlass* accessing_klass, ciSymbol* signature, ciMethodType* method_type);
|
||||||
|
|
||||||
void get_all_klasses();
|
|
||||||
|
|
||||||
Symbol* get_symbol() const { return _symbol->get_symbol(); }
|
Symbol* get_symbol() const { return _symbol->get_symbol(); }
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user