Skip to content

Commit

Permalink
Relocatable abstract method inlining
Browse files Browse the repository at this point in the history
Enable the infrastructure to allow inlining of abstract methods inlining
in relocatable compilations.

Signed-off-by: Irwin D'Souza <dsouzai@ca.ibm.com>
  • Loading branch information
Irwin D'Souza committed Oct 4, 2018
1 parent 5f2e1cc commit 2347110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/x/codegen/ControlFlowEvaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2280,6 +2280,7 @@ static bool virtualGuardHelper(TR::Node *node, TR::CodeGenerator *cg)
case TR_DirectMethodGuard:
case TR_NonoverriddenGuard:
case TR_InterfaceGuard:
case TR_AbstractGuard:
case TR_MethodEnterExitGuard:
case TR_HCRGuard:
//case TR_AbstractGuard:
Expand Down

0 comments on commit 2347110

Please sign in to comment.