src/hotspot/cpu/x86/vm_version_x86.cpp
changeset 48444 a97a26eb896f
parent 48195 255407049d98
child 48490 4f647519c8be
--- a/src/hotspot/cpu/x86/vm_version_x86.cpp	Thu Jan 04 14:44:38 2018 -0800
+++ b/src/hotspot/cpu/x86/vm_version_x86.cpp	Fri Jan 05 10:23:57 2018 +0100
@@ -882,7 +882,7 @@
     FLAG_SET_DEFAULT(UseSHA256Intrinsics, false);
   }
 
-  if (UseSHA) {
+  if (UseSHA && supports_avx2() && supports_bmi2()) {
     if (FLAG_IS_DEFAULT(UseSHA512Intrinsics)) {
       FLAG_SET_DEFAULT(UseSHA512Intrinsics, true);
     }