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 812bd8e commit 6c58047Copy full SHA for 6c58047
src/hotspot/cpu/x86/vm_version_x86.cpp
@@ -1069,6 +1069,7 @@ void VM_Version::get_processor_features() {
1069
1070
if (FLAG_IS_DEFAULT(IntelJccErratumMitigation)) {
1071
_has_intel_jcc_erratum = compute_has_intel_jcc_erratum();
1072
+ FLAG_SET_ERGO(IntelJccErratumMitigation, _has_intel_jcc_erratum);
1073
} else {
1074
_has_intel_jcc_erratum = IntelJccErratumMitigation;
1075
}
0 commit comments