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.
1 parent 5023971 commit dea7a9fCopy full SHA for dea7a9f
src/hotspot/cpu/x86/vm_version_x86.cpp
@@ -928,7 +928,8 @@ void VM_Version::get_processor_features() {
928
929
// Check if processor has Intel Ecore
930
if (FLAG_IS_DEFAULT(EnableX86ECoreOpts) && is_intel() && cpu_family() == 6 &&
931
- (_model == 0x97 || _model == 0xAA || _model == 0xAC || _model == 0xAF)) {
+ (_model == 0x97 || _model == 0xAA || _model == 0xAC || _model == 0xAF ||
932
+ _model == 0xCC || _model == 0xDD)) {
933
FLAG_SET_DEFAULT(EnableX86ECoreOpts, true);
934
}
935
0 commit comments