< prev index next >

src/hotspot/share/gc/shared/c1/barrierSetC1.cpp

Print this page
rev 51436 : 8209667: Explicit barriers for C1/LIR

@@ -332,5 +332,9 @@
       __ cmp(lir_cond_equal, reference_type, LIR_OprFact::intConst(REF_NONE));
       __ branch(lir_cond_equal, T_INT, cont->label());
     }
   }
 }
+
+LIR_Opr BarrierSetC1::resolve(LIRAccess& access) {
+  return access.base().opr();
+}
< prev index next >