Skip to content

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

Reviewed-by: vlivanov, thartmann
  • Loading branch information
jamsheedcm committed Apr 29, 2021
1 parent 01415f3 commit 49d0458
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 @@ -1322,7 +1322,7 @@ bool ConcreteMethodFinder::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 49d0458

@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.