Skip to content

Commit dea7a9f

Browse files
Volodymyr PaprotskiSandhya Viswanathan
authored andcommitted
8350516: Update model numbers for ECore-based cpus
Reviewed-by: sviswanathan, vaivanov
1 parent 5023971 commit dea7a9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/hotspot/cpu/x86/vm_version_x86.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,8 @@ void VM_Version::get_processor_features() {
928928

929929
// Check if processor has Intel Ecore
930930
if (FLAG_IS_DEFAULT(EnableX86ECoreOpts) && is_intel() && cpu_family() == 6 &&
931-
(_model == 0x97 || _model == 0xAA || _model == 0xAC || _model == 0xAF)) {
931+
(_model == 0x97 || _model == 0xAA || _model == 0xAC || _model == 0xAF ||
932+
_model == 0xCC || _model == 0xDD)) {
932933
FLAG_SET_DEFAULT(EnableX86ECoreOpts, true);
933934
}
934935

0 commit comments

Comments
 (0)