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 968839f + eca6550 commit 3dc11e7Copy full SHA for 3dc11e7
runtime/compiler/codegen/J9AheadOfTimeCompile.cpp
@@ -530,7 +530,8 @@ J9::AheadOfTimeCompile::initializeCommonAOTRelocationHeader(TR::IteratedExternal
530
uint8_t flags = 0;
531
532
TR_ResolvedMethod *resolvedMethod;
533
- if (kind == TR_InlinedInterfaceMethodWithNopGuard ||
+ if (comp->getOption(TR_UseSymbolValidationManager) ||
534
+ kind == TR_InlinedInterfaceMethodWithNopGuard ||
535
kind == TR_InlinedInterfaceMethod ||
536
kind == TR_InlinedAbstractMethodWithNopGuard ||
537
kind == TR_InlinedAbstractMethod)
0 commit comments