File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 239239 do_arch_blob, \
240240 do_arch_entry, \
241241 do_arch_entry_init) \
242- do_arch_blob(final , 31000 \
242+ do_arch_blob(final , 33000 \
243243 WINDOWS_ONLY (+22000 ) ZGC_ONLY(+20000 )) \
244244
245245#endif // CPU_X86_STUBDECLARATIONS_HPP
Original file line number Diff line number Diff line change @@ -2111,7 +2111,7 @@ bool VM_Version::is_intel_cascade_lake() {
21112111// has improved implementation of 64-byte load/stores and so the default
21122112// threshold is set to 0 for these platforms.
21132113int VM_Version::avx3_threshold () {
2114- return (is_intel_family_core () &&
2114+ return (is_intel_server_family () &&
21152115 supports_serialize () &&
21162116 FLAG_IS_DEFAULT (AVX3Threshold)) ? 0 : AVX3Threshold;
21172117}
You can’t perform that action at this time.
0 commit comments