< prev index next >

src/hotspot/share/gc/g1/c2/g1BarrierSetC2.hpp

Print this page
rev 52560 : 8213615: GC/C2 abstraction for escape analysis

*** 90,97 **** --- 90,99 ---- virtual Node* step_over_gc_barrier(Node* c) const; #ifdef ASSERT virtual void verify_gc_barriers(Compile* compile, CompilePhase phase) const; #endif + + virtual bool escape_add_to_con_graph(ConnectionGraph* conn_graph, PhaseGVN* gvn, Unique_Node_List* delayed_worklist, Node* n, uint opcode) const; }; #endif // SHARE_GC_SHARED_C2_G1BARRIERSETC2_HPP
< prev index next >