< prev index next >

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

Print this page

        

*** 43,53 **** public: virtual void clone(GraphKit* kit, Node* src, Node* dst, Node* size, bool is_array) const; virtual bool is_gc_barrier_node(Node* node) const; virtual void eliminate_gc_barrier(PhaseMacroExpand* macro, Node* node) const; ! virtual bool array_copy_requires_gc_barriers(BasicType type) const; bool use_ReduceInitialCardMarks() const; }; #endif // SHARE_GC_SHARED_C2_CARDTABLEBARRIERSETC2_HPP --- 43,53 ---- public: virtual void clone(GraphKit* kit, Node* src, Node* dst, Node* size, bool is_array) const; virtual bool is_gc_barrier_node(Node* node) const; 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, ArrayCopyPhase phase) const; bool use_ReduceInitialCardMarks() const; }; #endif // SHARE_GC_SHARED_C2_CARDTABLEBARRIERSETC2_HPP
< prev index next >