< prev index next >

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

Print this page
rev 52443 : 8213489: GC/C2 abstraction for Compile::final_graph_reshaping()

*** 205,214 **** --- 205,216 ---- virtual bool expand_macro_nodes(PhaseMacroExpand* macro) const; static void find_dominating_barriers(PhaseIterGVN& igvn); static void loop_optimize_gc_barrier(PhaseIdealLoop* phase, Node* node, bool last_round); + virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const; + #ifdef ASSERT virtual void verify_gc_barriers(Compile* compile, CompilePhase phase) const; #endif };
< prev index next >