From 0ef6e2702a0adc15f8776efec3baca2742a9c213 Mon Sep 17 00:00:00 2001 From: Irwin D'Souza Date: Wed, 13 Feb 2019 11:20:06 -0500 Subject: [PATCH] Enable SVM during startup Signed-off-by: Irwin D'Souza --- runtime/compiler/control/CompilationThread.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/runtime/compiler/control/CompilationThread.cpp b/runtime/compiler/control/CompilationThread.cpp index 43f7a50a1e5..603f9f3522a 100644 --- a/runtime/compiler/control/CompilationThread.cpp +++ b/runtime/compiler/control/CompilationThread.cpp @@ -7442,12 +7442,6 @@ TR::CompilationInfoPerThreadBase::wrappedCompile(J9PortLibrary *portLib, void * options->setOption(TR_EnableGRACostBenefitModel, false); } - if (jitConfig->javaVM->phase != J9VM_PHASE_NOT_STARTUP || options->getOptLevel() < warm) - { - options->setOption(TR_UseSymbolValidationManager, false); - } - - // See if we need to inset GCR trees if (!details.supportsInvalidation()) {