< prev index next >

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

Print this page
rev 52634 : 8214055: GC/C2 abstraction for phaseX

*** 188,198 **** bool weak = false, bool writeback = true, bool oop_reload_allowed = true) const; virtual void* create_barrier_state(Arena* comp_arena) const; - virtual bool has_load_barriers() const { return true; } virtual bool is_gc_barrier_node(Node* node) const; virtual void eliminate_gc_barrier(PhaseMacroExpand* macro, Node* node) const { } virtual void eliminate_useless_gc_barriers(Unique_Node_List &useful, Compile* C) const; virtual void add_users_to_worklist(Unique_Node_List* worklist) const; virtual void enqueue_useful_gc_barrier(PhaseIterGVN* igvn, Node* node) const; --- 188,197 ----
*** 216,223 **** --- 215,225 ---- #endif virtual bool escape_add_to_con_graph(ConnectionGraph* conn_graph, PhaseGVN* gvn, Unique_Node_List* delayed_worklist, Node* n, uint opcode) const; virtual bool escape_add_final_edges(ConnectionGraph* conn_graph, PhaseGVN* gvn, Node* n, uint opcode) const; + virtual void igvn_add_users_to_worklist(PhaseIterGVN* igvn, Node* use) const; + virtual void ccp_analyze(PhaseCCP* ccp, Unique_Node_List& worklist, Node* use) const; + }; #endif // SHARE_GC_Z_C2_ZBARRIERSETC2_HPP
< prev index next >