src/share/vm/opto/idealKit.hpp

changeset 1420
685e959d09ea
parent 1286
fc4be448891f
child 1435
a1423fe86a18
equal deleted inserted replaced
1393:c7e94e8fff43 1420: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,

mercurial