mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8216191: Remove FastSuperclassLimit
Reviewed-by: coleenp
This commit is contained in:
parent
13fcbf9d8f
commit
a1768ee5d8
3 changed files with 0 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue