src/share/vm/opto/graphKit.hpp

changeset 9738
18fd6d87f16f
parent 8653
0ffee573412b
child 9756
2be326848943
     1.1 --- a/src/share/vm/opto/graphKit.hpp	Mon Jan 21 13:31:42 2019 +0800
     1.2 +++ b/src/share/vm/opto/graphKit.hpp	Fri Sep 28 14:24:22 2018 +0200
     1.3 @@ -700,7 +700,7 @@
     1.4    void  set_predefined_output_for_runtime_call(Node* call,
     1.5                                                 Node* keep_mem,
     1.6                                                 const TypePtr* hook_mem);
     1.7 -  Node* set_predefined_input_for_runtime_call(SafePointNode* call);
     1.8 +  Node* set_predefined_input_for_runtime_call(SafePointNode* call, Node* narrow_mem = NULL);
     1.9  
    1.10    // Replace the call with the current state of the kit.  Requires
    1.11    // that the call was generated with separate io_projs so that

mercurial