comparison src/share/vm/opto/idealKit.hpp @ 985:685e959d09ea

6877254: Server vm crashes with no branches off of store slice" when run with CMS and UseSuperWord(default) Summary: design StoreCMNode::Ideal to promote its oopStore input if the input is a MergeMem node Reviewed-by: kvn, never
author cfang
date Mon, 14 Sep 2009 09:49:54 -0700
parents fc4be448891f
children a1423fe86a18
comparison
equal deleted inserted replaced
958:c7e94e8fff43 985:685e959d09ea
214 // Store a card mark ordered after store_oop 214 // Store a card mark ordered after store_oop
215 Node* storeCM(Node* ctl, 215 Node* storeCM(Node* ctl,
216 Node* adr, 216 Node* adr,
217 Node* val, 217 Node* val,
218 Node* oop_store, 218 Node* oop_store,
219 int oop_adr_idx,
219 BasicType bt, 220 BasicType bt,
220 int adr_idx); 221 int adr_idx);
221 222
222 // Trivial call 223 // Trivial call
223 void make_leaf_call(const TypeFunc *slow_call_type, 224 void make_leaf_call(const TypeFunc *slow_call_type,