hotspot/src/share/vm/opto/output.cpp
changeset 46735 219c4312853e
parent 46630 75aa3e39d02c
parent 45965 e29c1363af9a
child 46820 9380b77281d2
--- a/hotspot/src/share/vm/opto/output.cpp	Tue Aug 01 08:53:32 2017 -0700
+++ b/hotspot/src/share/vm/opto/output.cpp	Tue Aug 01 14:09:34 2017 -0700
@@ -1982,6 +1982,7 @@
     if( last->is_MachIf() && last->in(1) == n &&
         ( op == Op_CmpI ||
           op == Op_CmpU ||
+          op == Op_CmpUL ||
           op == Op_CmpP ||
           op == Op_CmpF ||
           op == Op_CmpD ||