src/hotspot/share/opto/superword.cpp
changeset 54750 1851a532ddfe
parent 54698 3ebf58dbf5d8
child 57582 a79a819a8218
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/opto/superword.cpp	Tue May 07 21:53:46 2019 +0200
+++ b/src/hotspot/share/opto/superword.cpp	Tue May 07 13:33:27 2019 -0700
@@ -2453,6 +2453,7 @@
         }
       } else if (opc == Op_SqrtF || opc == Op_SqrtD ||
                  opc == Op_AbsF || opc == Op_AbsD ||
+                 opc == Op_AbsI || opc == Op_AbsL ||
                  opc == Op_NegF || opc == Op_NegD ||
                  opc == Op_PopCountI) {
         assert(n->req() == 2, "only one input expected");