< prev index next >

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

Print this page
rev 55659 : 8225776: Branch profiling for G1's write post-barrier in C2.

*** 79,88 **** --- 79,89 ---- // Unsafe.getReference should be recorded in an SATB log buffer. void insert_pre_barrier(GraphKit* kit, Node* base_oop, Node* offset, Node* pre_val, bool need_mem_bar) const; static const TypeFunc* write_ref_field_pre_entry_Type(); static const TypeFunc* write_ref_field_post_entry_Type(); + static const TypeFunc* write_ref_stats_Type(); virtual Node* load_at_resolved(C2Access& access, const Type* val_type) const; public: virtual bool is_gc_barrier_node(Node* node) const;
< prev index next >