src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.hpp
changeset 55394 b444bbe5c45c
parent 55307 ed12027517c0
child 55654 92ab031d6540
equal deleted inserted replaced
55393:5dcab10ebfbe 55394:b444bbe5c45c
   142   virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const;
   142   virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const;
   143 
   143 
   144   virtual bool escape_add_to_con_graph(ConnectionGraph* conn_graph, PhaseGVN* gvn, Unique_Node_List* delayed_worklist, Node* n, uint opcode) const;
   144   virtual bool escape_add_to_con_graph(ConnectionGraph* conn_graph, PhaseGVN* gvn, Unique_Node_List* delayed_worklist, Node* n, uint opcode) const;
   145   virtual bool escape_add_final_edges(ConnectionGraph* conn_graph, PhaseGVN* gvn, Node* n, uint opcode) const;
   145   virtual bool escape_add_final_edges(ConnectionGraph* conn_graph, PhaseGVN* gvn, Node* n, uint opcode) const;
   146   virtual bool escape_has_out_with_unsafe_object(Node* n) const;
   146   virtual bool escape_has_out_with_unsafe_object(Node* n) const;
   147   virtual bool escape_is_barrier_node(Node* n) const;
       
   148 
   147 
   149   virtual bool matcher_find_shared_post_visit(Matcher* matcher, Node* n, uint opcode) const;
   148   virtual bool matcher_find_shared_post_visit(Matcher* matcher, Node* n, uint opcode) const;
   150   virtual bool matcher_is_store_load_barrier(Node* x, uint xop) const;
   149   virtual bool matcher_is_store_load_barrier(Node* x, uint xop) const;
   151 };
   150 };
   152 
   151