< prev index next >

src/hotspot/cpu/x86/x86.ad

Print this page

        

@@ -1583,11 +1583,11 @@
   return Op_VecS;
 }
 
 // x86 supports misaligned vectors store/load.
 const bool Matcher::misaligned_vectors_ok() {
-  return !AlignVector; // can be changed by flag
+  return true;
 }
 
 // x86 AES instructions are compatible with SunJCE expanded
 // keys, hence we do not need to pass the original key to stubs
 const bool Matcher::pass_original_key_for_aes() {
< prev index next >