8232050: Improve inlining of Klass accessors

Reviewed-by: lfoltan, tschatzl, coleenp, dholmes, jiangli
This commit is contained in:
Claes Redestad 2019-10-10 13:26:22 +02:00
parent 9751b5669a
commit 88d28a2bf9
14 changed files with 32 additions and 23 deletions

View file

@ -992,7 +992,6 @@ public:
void process_interfaces(Thread *thread);
// virtual operations from Klass
bool is_leaf_class() const { return _subklass == NULL; }
GrowableArray<Klass*>* compute_secondary_supers(int num_extra_slots,
Array<InstanceKlass*>* transitive_interfaces);
bool can_be_primary_super_slow() const;