hotspot/src/cpu/ppc/vm/vm_version_ppc.cpp
changeset 31404 63e8fcd70bfc
parent 30587 751a7698b62e
child 31412 32477ea959ee
--- a/hotspot/src/cpu/ppc/vm/vm_version_ppc.cpp	Tue Jun 16 16:10:36 2015 -0700
+++ b/hotspot/src/cpu/ppc/vm/vm_version_ppc.cpp	Wed Jun 17 17:48:25 2015 -0700
@@ -176,6 +176,11 @@
     FLAG_SET_DEFAULT(UseAESIntrinsics, false);
   }
 
+  if (UseGHASHIntrinsics) {
+    warning("GHASH intrinsics are not available on this CPU");
+    FLAG_SET_DEFAULT(UseGHASHIntrinsics, false);
+  }
+
   if (UseSHA) {
     warning("SHA instructions are not available on this CPU");
     FLAG_SET_DEFAULT(UseSHA, false);