< prev index next >

src/hotspot/share/opto/parse2.cpp

Print this page
rev 51712 : 8210656: Object equals abstraction for BarrierSetC2

@@ -2747,10 +2747,11 @@
   handle_if_acmp:
     // If this is a backwards branch in the bytecodes, add Safepoint
     maybe_add_safepoint(iter().get_dest());
     a = pop();
     b = pop();
+    access_resolve_for_obj_equals(a, b);
     c = _gvn.transform( new CmpPNode(b, a) );
     c = optimize_cmp_with_klass(c);
     do_if(btest, c);
     break;
 
< prev index next >