We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd07600 commit d2d7736Copy full SHA for d2d7736
jbmc/src/java_bytecode/ci_lazy_methods.cpp
@@ -478,12 +478,7 @@ void ci_lazy_methodst::get_virtual_method_targets(
478
symbol_tablet &symbol_table)
479
{
480
const auto &call_class = called_function.class_id();
481
- INVARIANT(
482
- !call_class.empty(), "All virtual calls should be aimed at a class");
483
const auto &method_name = called_function.mangled_method_name();
484
485
- !method_name.empty(),
486
- "Virtual function must have a reasonable name after removing class");
487
488
class_hierarchyt::idst self_and_child_classes =
489
class_hierarchy.get_children_trans(call_class);
0 commit comments