src/hotspot/share/gc/shared/c2/barrierSetC2.hpp
changeset 59324 5e8f9713e343
parent 59025 b398685dd029
equal deleted inserted replaced
59323:ae2eb76c486d 59324:5e8f9713e343
   323   virtual bool sink_node(PhaseIdealLoop* phase, Node* n, Node* x, Node* x_ctrl, Node* n_ctrl) const { return false; }
   323   virtual bool sink_node(PhaseIdealLoop* phase, Node* n, Node* x, Node* x_ctrl, Node* n_ctrl) const { return false; }
   324 
   324 
   325   virtual void late_barrier_analysis() const { }
   325   virtual void late_barrier_analysis() const { }
   326   virtual int estimate_stub_size() const { return 0; }
   326   virtual int estimate_stub_size() const { return 0; }
   327   virtual void emit_stubs(CodeBuffer& cb) const { }
   327   virtual void emit_stubs(CodeBuffer& cb) const { }
       
   328 
       
   329   static int arraycopy_payload_base_offset(bool is_array);
   328 };
   330 };
   329 
   331 
   330 #endif // SHARE_GC_SHARED_C2_BARRIERSETC2_HPP
   332 #endif // SHARE_GC_SHARED_C2_BARRIERSETC2_HPP