Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
/ jdk16u Public archive

Commit

Permalink
8266288: assert root method not found in witnessed_reabstraction_in_s…
Browse files Browse the repository at this point in the history
…upers is too strong

Backport-of: 49d04586ed27fc905083d60aa68793d84824c7f3
  • Loading branch information
TheRealMDoerr committed May 6, 2021
1 parent ce14719 commit 8714642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/code/dependencies.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ bool ClassHierarchyWalker::witnessed_reabstraction_in_supers(Klass* k) {
return false;
}
}
assert(false, "root method not found");
// Miranda.
return true;
}
return false;
Expand Down

1 comment on commit 8714642

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.