< prev index next >

src/share/vm/opto/compile.cpp

Print this page

        

@@ -3052,10 +3052,11 @@
   case Op_AddReductionVI:
   case Op_AddReductionVL:
   case Op_AddReductionVF:
   case Op_AddReductionVD:
   case Op_MulReductionVI:
+  case Op_MulReductionVL:
   case Op_MulReductionVF:
   case Op_MulReductionVD:
     break;
 
   case Op_PackB:
< prev index next >