< prev index next >

src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.hpp

Print this page

        

*** 97,108 **** static bool is_shenandoah_state_load(Node* n); static bool has_only_shenandoah_wb_pre_uses(Node* n); ShenandoahBarrierSetC2State* state() const; - Node* shenandoah_read_barrier_acmp(GraphKit* kit, Node* obj); - static const TypeFunc* write_ref_field_pre_entry_Type(); static const TypeFunc* shenandoah_clone_barrier_Type(); static const TypeFunc* shenandoah_write_barrier_Type(); // This is the entry-point for the backend to perform accesses through the Access API. --- 97,106 ----
< prev index next >