diff -r 74aaad871363 -r 9918cae8623d hotspot/src/cpu/ppc/vm/ppc.ad --- 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. //