hotspot/src/cpu/ppc/vm/vm_version_ppc.cpp
changeset 31404 63e8fcd70bfc
parent 30587 751a7698b62e
child 31412 32477ea959ee
equal deleted inserted replaced
31403:7bf7e00a1aac 31404:63e8fcd70bfc
   174     if (!FLAG_IS_DEFAULT(UseAESIntrinsics))
   174     if (!FLAG_IS_DEFAULT(UseAESIntrinsics))
   175       warning("AES intrinsics are not available on this CPU");
   175       warning("AES intrinsics are not available on this CPU");
   176     FLAG_SET_DEFAULT(UseAESIntrinsics, false);
   176     FLAG_SET_DEFAULT(UseAESIntrinsics, false);
   177   }
   177   }
   178 
   178 
       
   179   if (UseGHASHIntrinsics) {
       
   180     warning("GHASH intrinsics are not available on this CPU");
       
   181     FLAG_SET_DEFAULT(UseGHASHIntrinsics, false);
       
   182   }
       
   183 
   179   if (UseSHA) {
   184   if (UseSHA) {
   180     warning("SHA instructions are not available on this CPU");
   185     warning("SHA instructions are not available on this CPU");
   181     FLAG_SET_DEFAULT(UseSHA, false);
   186     FLAG_SET_DEFAULT(UseSHA, false);
   182   }
   187   }
   183   if (UseSHA1Intrinsics || UseSHA256Intrinsics || UseSHA512Intrinsics) {
   188   if (UseSHA1Intrinsics || UseSHA256Intrinsics || UseSHA512Intrinsics) {