diff --git a/src/hotspot/cpu/x86/vm_version_x86.cpp b/src/hotspot/cpu/x86/vm_version_x86.cpp index e395dd301f4f6..ff32d79176c08 100644 --- a/src/hotspot/cpu/x86/vm_version_x86.cpp +++ b/src/hotspot/cpu/x86/vm_version_x86.cpp @@ -1794,7 +1794,7 @@ void VM_Version::get_processor_features() { } #ifdef COMPILER2 if (FLAG_IS_DEFAULT(UseFPUForSpilling) && supports_sse4_2()) { - FLAG_SET_DEFAULT(UseFPUForSpilling, true); + FLAG_SET_DEFAULT(UseFPUForSpilling, false); } #endif }