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 a8acf8d commit befbc7cCopy full SHA for befbc7c
runtime/compiler/control/J9Options.cpp
@@ -2780,7 +2780,7 @@ J9::Options::fePreProcess(void * base)
2780
return false;
2781
}
2782
2783
-#if (defined(TR_HOST_X86) || defined(TR_HOST_S390) || defined(TR_HOST_POWER)) && defined(TR_TARGET_64BIT)
+#if (defined(TR_HOST_X86) || defined(TR_HOST_S390) || defined(TR_HOST_POWER) || defined(TR_HOST_ARM64)) && defined(TR_TARGET_64BIT)
2784
self()->setOption(TR_EnableSymbolValidationManager);
2785
self()->setOption(TR_DisableSVMDuringStartup);
2786
#endif
0 commit comments