diff src/share/vm/opto/matcher.hpp @ 17799:752ba2e5f6d0

Merge
author kvn
date Tue, 25 Feb 2014 15:11:18 -0800
parents a9becfeecd1b 04d32e7fad07
children 62c54fcc0a35
line wrap: on
line diff
--- a/src/share/vm/opto/matcher.hpp	Wed Feb 19 20:12:43 2014 -0800
+++ b/src/share/vm/opto/matcher.hpp	Tue Feb 25 15:11:18 2014 -0800
@@ -286,6 +286,9 @@
   // CPU supports misaligned vectors store/load.
   static const bool misaligned_vectors_ok();
 
+  // Should original key array reference be passed to AES stubs
+  static const bool pass_original_key_for_aes();
+
   // Used to determine a "low complexity" 64-bit constant.  (Zero is simple.)
   // The standard of comparison is one (StoreL ConL) vs. two (StoreI ConI).
   // Depends on the details of 64-bit constant generation on the CPU.