hotspot/src/cpu/x86/vm/x86.ad
changeset 38236 510f77046e00
parent 38049 e8541793960f
child 38286 0ddb6f84e138
--- a/hotspot/src/cpu/x86/vm/x86.ad	Wed May 04 13:32:03 2016 -0700
+++ b/hotspot/src/cpu/x86/vm/x86.ad	Fri Apr 29 17:24:16 2016 +0200
@@ -1861,6 +1861,8 @@
   return false;
 }
 
+const bool Matcher::convi2l_type_required = true;
+
 // Helper methods for MachSpillCopyNode::implementation().
 static int vec_mov_helper(CodeBuffer *cbuf, bool do_size, int src_lo, int dst_lo,
                           int src_hi, int dst_hi, uint ireg, outputStream* st) {