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.
2 parents 5e0ca40 + 63d2666 commit 59ef48cCopy full SHA for 59ef48c
runtime/compiler/control/J9Options.cpp
@@ -2178,7 +2178,7 @@ void J9::Options::preProcessTLHPrefetch(J9JavaVM *vm)
2178
#else // TR_HOST_X86
2179
preferTLHPrefetch =
2180
(TR::Compiler->target.cpu.isGenuineIntel() &&
2181
- TR::Compiler->target.cpu.isAtMost(OMR_PROCESSOR_X86_INTEL_SKYLAKE)) ||
+ TR::Compiler->target.cpu.isAtMost(OMR_PROCESSOR_X86_INTEL_BROADWELL)) ||
2182
!TR::Compiler->target.cpu.isGenuineIntel();
2183
2184
// Disable TM on x86 because we cannot tell whether a Haswell chip supports
0 commit comments