hotspot/src/share/vm/opto/matcher.hpp
changeset 22505 4523090c9674
parent 22234 da823d78ad65
child 22872 b6902ee5bc8d
--- a/hotspot/src/share/vm/opto/matcher.hpp	Tue Jan 14 14:51:47 2014 +0100
+++ b/hotspot/src/share/vm/opto/matcher.hpp	Tue Jan 14 17:46:48 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.