< prev index next >

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

Print this page
rev 52049 : JDK11-only: Use WB-based acmp barrier

@@ -93,12 +93,10 @@
   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.
< prev index next >