--- old/src/cpu/x86/vm/vm_version_x86.cpp 2017-06-07 10:41:31.187317700 -0700 +++ new/src/cpu/x86/vm/vm_version_x86.cpp 2017-06-07 10:41:30.522848900 -0700 @@ -786,7 +786,7 @@ FLAG_SET_DEFAULT(UseGHASHIntrinsics, false); } - if (supports_fma() && UseSSE >= 2) { + if (supports_fma()) { if (FLAG_IS_DEFAULT(UseFMA)) { UseFMA = true; }