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.
2 parents 7b4bdb5 + 970ec0c commit 017819fCopy full SHA for 017819f
runtime/compiler/compile/J9Compilation.cpp
@@ -1205,6 +1205,7 @@ J9::Compilation::getReloTypeForMethodToBeInlined(TR_VirtualGuardSelection *guard
1205
}
1206
else if (receiverClass
1207
&& TR::Compiler->cls.isAbstractClass(self(), receiverClass)
1208
+ && methodSymbol->isResolvedMethod()
1209
&& methodSymbol->getResolvedMethodSymbol()->getResolvedMethod()->isAbstract())
1210
{
1211
reloKind = TR_InlinedAbstractMethod;
0 commit comments