8216191: Remove FastSuperclassLimit

Reviewed-by: coleenp
This commit is contained in:
Claes Redestad 2019-01-05 20:11:15 +01:00
parent 13fcbf9d8f
commit a1768ee5d8
3 changed files with 0 additions and 17 deletions

View file

@ -231,11 +231,6 @@ bool Klass::can_be_primary_super_slow() const {
}
void Klass::initialize_supers(Klass* k, Array<InstanceKlass*>* transitive_interfaces, TRAPS) {
if (FastSuperclassLimit == 0) {
// None of the other machinery matters.
set_super(k);
return;
}
if (k == NULL) {
set_super(NULL);
_primary_supers[0] = this;