From 60f0f0e61100763f42c132c9fd92d3e8e830f874 Mon Sep 17 00:00:00 2001 From: KONNO Kazuhiro Date: Fri, 26 Jun 2020 17:15:58 +0900 Subject: [PATCH] AArch64: Enable profiling recompilation This commit enables profiling recompilation on AArch64. Signed-off-by: KONNO Kazuhiro --- compiler/control/OMROptions.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler/control/OMROptions.cpp b/compiler/control/OMROptions.cpp index 9ad1973893b..ae2407819ea 100644 --- a/compiler/control/OMROptions.cpp +++ b/compiler/control/OMROptions.cpp @@ -2631,10 +2631,6 @@ OMR::Options::jitPreProcess() #if defined(TR_HOST_ARM64) // Prefetch is not supported on ARM64 yet _disabledOptimizations[prefetchInsertion] = true; - - // Profiling is not supported on ARM64 yet - // Eclipse OpenJ9 Issue #9881 - self()->setOption(TR_DisableProfiling); #endif self()->setOption(TR_DisableThunkTupleJ2I); // JSR292:TODO: Figure out how to do this without confusing startPCIfAlreadyCompiled