mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8232050: Improve inlining of Klass accessors
Reviewed-by: lfoltan, tschatzl, coleenp, dholmes, jiangli
This commit is contained in:
parent
9751b5669a
commit
88d28a2bf9
14 changed files with 32 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue