< prev index next >

src/hotspot/share/gc/z/c2/zBarrierSetC2.hpp

Print this page

        

*** 192,202 **** virtual void eliminate_useless_gc_barriers(Unique_Node_List &useful) const; virtual void add_users_to_worklist(Unique_Node_List* worklist) const; virtual void enqueue_useful_gc_barrier(Unique_Node_List &worklist, Node* node) const; virtual void register_potential_barrier_node(Node* node) const; virtual void unregister_potential_barrier_node(Node* node) const; ! virtual bool array_copy_requires_gc_barriers(BasicType type) const { return true; } virtual Node* step_over_gc_barrier(Node* c) const; // If the BarrierSetC2 state has kept macro nodes in its compilation unit state to be // expanded later, then now is the time to do so. virtual bool expand_macro_nodes(PhaseMacroExpand* macro) const; --- 192,202 ---- virtual void eliminate_useless_gc_barriers(Unique_Node_List &useful) const; virtual void add_users_to_worklist(Unique_Node_List* worklist) const; virtual void enqueue_useful_gc_barrier(Unique_Node_List &worklist, Node* node) const; virtual void register_potential_barrier_node(Node* node) const; virtual void unregister_potential_barrier_node(Node* node) const; ! virtual bool array_copy_requires_gc_barriers(bool tightly_coupled_alloc, BasicType type, bool is_clone, ArrayCopyPhase phase) const { return true; } virtual Node* step_over_gc_barrier(Node* c) const; // If the BarrierSetC2 state has kept macro nodes in its compilation unit state to be // expanded later, then now is the time to do so. virtual bool expand_macro_nodes(PhaseMacroExpand* macro) const;
< prev index next >