hotspot/src/share/vm/opto/idealKit.hpp
changeset 3919 b15d85d98b61
parent 3795 6227ff014cfe
parent 3904 007a45522a7f
child 5547 f4b087cbb361
equal deleted inserted replaced
3903:9decc1272344 3919:b15d85d98b61
   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,