comparison src/share/vm/opto/idealKit.hpp @ 1000:a1423fe86a18

Merge
author trims
date Fri, 09 Oct 2009 15:18:52 -0700
parents 89e0543e1737 685e959d09ea
children c18cbe5936b8
comparison
equal deleted inserted replaced
984:6ddec5389232 1000:a1423fe86a18
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,