< prev index next >

src/hotspot/share/gc/shared/c2/cardTableBarrierSetC2.hpp

Print this page
*** 40,11 ***
                              bool use_precise) const;
  
    Node* byte_map_base_node(GraphKit* kit) const;
  
  public:
!   virtual void eliminate_gc_barrier(PhaseMacroExpand* macro, Node* node) const;
    virtual bool array_copy_requires_gc_barriers(bool tightly_coupled_alloc, BasicType type, bool is_clone, bool is_clone_instance, ArrayCopyPhase phase) const;
  
    bool use_ReduceInitialCardMarks() const;
  };
  
--- 40,11 ---
                              bool use_precise) const;
  
    Node* byte_map_base_node(GraphKit* kit) const;
  
  public:
!   virtual void eliminate_gc_barrier(PhaseIterGVN* igvn, Node* node) const;
    virtual bool array_copy_requires_gc_barriers(bool tightly_coupled_alloc, BasicType type, bool is_clone, bool is_clone_instance, ArrayCopyPhase phase) const;
  
    bool use_ReduceInitialCardMarks() const;
  };
  
< prev index next >