Skip to content

Commit

Permalink
Merge pull request #4723 from dsouzai/enableSVM
Browse files Browse the repository at this point in the history
Enable SVM during startup
  • Loading branch information
mpirvu authored Feb 14, 2019
2 parents 46a2fba + 0ef6e27 commit 3993c81
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions runtime/compiler/control/CompilationThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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())
{
Expand Down

0 comments on commit 3993c81

Please sign in to comment.