< prev index next >

src/hotspot/cpu/aarch64/aarch64.ad

Print this page

        

@@ -2139,13 +2139,13 @@
 // AES support not yet implemented
 const bool Matcher::pass_original_key_for_aes() {
   return false;
 }
 
-// x86 supports misaligned vectors store/load.
+// aarch64 supports misaligned vectors store/load.
 const bool Matcher::misaligned_vectors_ok() {
-  return !AlignVector; // can be changed by flag
+  return true;
 }
 
 // false => size gets scaled to BytesPerLong, ok.
 const bool Matcher::init_array_count_is_in_bytes = false;
 
< prev index next >