mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-20 04:43:32 +00:00
Use supports_hybrid() to check for EnableX86ECoreOpts
This commit is contained in:
parent
f363ea1436
commit
96880609c8
@ -921,12 +921,8 @@ void VM_Version::get_processor_features() {
|
||||
|
||||
// Check if processor has Intel Ecore
|
||||
if (FLAG_IS_DEFAULT(EnableX86ECoreOpts) && is_intel() && is_intel_server_family() &&
|
||||
(_model == 0x97 /* 12 Gen Core (Alder Lake) (hybrid) */ ||
|
||||
_model == 0xAA /* Core Ultra 7 (Meteor Lake) (hybdid) */ ||
|
||||
_model == 0xAC /* Meteor Lake-U/H (hybrid) ? */ ||
|
||||
_model == 0xAF /* Xeon 6 E-cores (Sierra Forest) */ ||
|
||||
_model == 0xCC /* Lunar Lake (hybrid) ? */ ||
|
||||
_model == 0xDD /* Pahther Lake (hybrid) ?*/ )) {
|
||||
(supports_hybrid() ||
|
||||
_model == 0xAF /* Xeon 6 E-cores (Sierra Forest) */ )) {
|
||||
FLAG_SET_DEFAULT(EnableX86ECoreOpts, true);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user