src/share/vm/opto/graphKit.hpp

changeset 9738
18fd6d87f16f
parent 8653
0ffee573412b
child 9756
2be326848943
equal deleted inserted replaced
9737:c06dc174d786 9738:18fd6d87f16f
698 set_predefined_output_for_runtime_call(call, NULL, NULL); 698 set_predefined_output_for_runtime_call(call, NULL, NULL);
699 } 699 }
700 void set_predefined_output_for_runtime_call(Node* call, 700 void set_predefined_output_for_runtime_call(Node* call,
701 Node* keep_mem, 701 Node* keep_mem,
702 const TypePtr* hook_mem); 702 const TypePtr* hook_mem);
703 Node* set_predefined_input_for_runtime_call(SafePointNode* call); 703 Node* set_predefined_input_for_runtime_call(SafePointNode* call, Node* narrow_mem = NULL);
704 704
705 // Replace the call with the current state of the kit. Requires 705 // Replace the call with the current state of the kit. Requires
706 // that the call was generated with separate io_projs so that 706 // that the call was generated with separate io_projs so that
707 // exceptional control flow can be handled properly. 707 // exceptional control flow can be handled properly.
708 void replace_call(CallNode* call, Node* result, bool do_replaced_nodes = false); 708 void replace_call(CallNode* call, Node* result, bool do_replaced_nodes = false);

mercurial