- COMPlus_MultiCoreJitNoProfileGather is not needed, because it gives no effect on updated MulticoreJit
- COMPlus_MultiCoreJitMinNumCpus is needed to enable MulticoreJit on arm with cpu hotplug
strcat(multiCoreJitProfile, PROFILE_BASENAME);
setEnvironmentVariable("COMPlus_MultiCoreJitProfile", multiCoreJitProfile);
- if (!access(multiCoreJitProfile, R_OK)) {
- setEnvironmentVariable("COMPlus_MultiCoreJitNoProfileGather", "1");
- }
+ setEnvironmentVariable("COMPlus_MultiCoreJitMinNumCpus", "1");
}
free(localDataPath);
}