src/hotspot/share/gc/z/c2/zBarrierSetC2.hpp
changeset 52568 40474b7105f4
parent 52471 04d7e790aa2e
child 52627 e7d8ea5bfc8f
equal deleted inserted replaced
52567:9111de8b09a1 52568:40474b7105f4
   210   virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const;
   210   virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const;
   211 
   211 
   212 #ifdef ASSERT
   212 #ifdef ASSERT
   213   virtual void verify_gc_barriers(Compile* compile, CompilePhase phase) const;
   213   virtual void verify_gc_barriers(Compile* compile, CompilePhase phase) const;
   214 #endif
   214 #endif
       
   215 
       
   216   virtual bool escape_add_to_con_graph(ConnectionGraph* conn_graph, PhaseGVN* gvn, Unique_Node_List* delayed_worklist, Node* n, uint opcode) const;
       
   217   virtual bool escape_add_final_edges(ConnectionGraph* conn_graph, PhaseGVN* gvn, Node* n, uint opcode) const;
       
   218 
   215 };
   219 };
   216 
   220 
   217 #endif // SHARE_GC_Z_C2_ZBARRIERSETC2_HPP
   221 #endif // SHARE_GC_Z_C2_ZBARRIERSETC2_HPP