src/hotspot/share/opto/graphKit.hpp
changeset 52074 755b367c2134
parent 51880 ec4c3c287ca7
child 53244 9807daeb47c4
equal deleted inserted replaced
52073:1c8745e31fa3 52074:755b367c2134
   697     set_predefined_output_for_runtime_call(call, NULL, NULL);
   697     set_predefined_output_for_runtime_call(call, NULL, NULL);
   698   }
   698   }
   699   void  set_predefined_output_for_runtime_call(Node* call,
   699   void  set_predefined_output_for_runtime_call(Node* call,
   700                                                Node* keep_mem,
   700                                                Node* keep_mem,
   701                                                const TypePtr* hook_mem);
   701                                                const TypePtr* hook_mem);
   702   Node* set_predefined_input_for_runtime_call(SafePointNode* call);
   702   Node* set_predefined_input_for_runtime_call(SafePointNode* call, Node* narrow_mem = NULL);
   703 
   703 
   704   // Replace the call with the current state of the kit.  Requires
   704   // Replace the call with the current state of the kit.  Requires
   705   // that the call was generated with separate io_projs so that
   705   // that the call was generated with separate io_projs so that
   706   // exceptional control flow can be handled properly.
   706   // exceptional control flow can be handled properly.
   707   void replace_call(CallNode* call, Node* result, bool do_replaced_nodes = false);
   707   void replace_call(CallNode* call, Node* result, bool do_replaced_nodes = false);