< prev index next >

src/share/vm/opto/graphKit.hpp

Print this page
rev 14419 : Remove obsolete and unused reduce-storeval-barrier optimization code.

*** 624,634 **** BasicType bt, MemNode::MemOrd mo, bool mismatched = false); // For the few case where the barriers need special help ! Node* pre_barrier(bool do_load, Node* ctl, Node* obj, Node* adr, uint adr_idx, Node* val, const TypeOopPtr* val_type, Node* pre_val, BasicType bt); void post_barrier(Node* ctl, Node* store, Node* obj, Node* adr, uint adr_idx, --- 624,634 ---- BasicType bt, MemNode::MemOrd mo, bool mismatched = false); // For the few case where the barriers need special help ! void pre_barrier(bool do_load, Node* ctl, Node* obj, Node* adr, uint adr_idx, Node* val, const TypeOopPtr* val_type, Node* pre_val, BasicType bt); void post_barrier(Node* ctl, Node* store, Node* obj, Node* adr, uint adr_idx,
*** 789,799 **** uint alias_idx, Node* val, BasicType bt, bool use_precise); ! Node* shenandoah_write_barrier_pre(bool do_load, Node* obj, Node* adr, uint alias_idx, Node* val, const TypeOopPtr* val_type, --- 789,799 ---- uint alias_idx, Node* val, BasicType bt, bool use_precise); ! void shenandoah_write_barrier_pre(bool do_load, Node* obj, Node* adr, uint alias_idx, Node* val, const TypeOopPtr* val_type,
< prev index next >