hotspot/src/cpu/ppc/vm/ppc.ad
changeset 22874 9918cae8623d
parent 22867 309bcf262a19
child 22879 177361c49b26
--- a/hotspot/src/cpu/ppc/vm/ppc.ad	Tue Jan 28 12:28:17 2014 -0800
+++ b/hotspot/src/cpu/ppc/vm/ppc.ad	Wed Jan 29 12:22:13 2014 +0100
@@ -2143,6 +2143,11 @@
   return false;
 }
 
+// PPC AES support not yet implemented
+const bool Matcher::pass_original_key_for_aes() {
+  return false;
+}
+
 // RETURNS: whether this branch offset is short enough that a short
 // branch can be used.
 //