diff -r c06dc174d786 -r 18fd6d87f16f src/share/vm/opto/graphKit.hpp --- a/src/share/vm/opto/graphKit.hpp Mon Jan 21 13:31:42 2019 +0800 +++ b/src/share/vm/opto/graphKit.hpp Fri Sep 28 14:24:22 2018 +0200 @@ -700,7 +700,7 @@ void set_predefined_output_for_runtime_call(Node* call, Node* keep_mem, const TypePtr* hook_mem); - Node* set_predefined_input_for_runtime_call(SafePointNode* call); + Node* set_predefined_input_for_runtime_call(SafePointNode* call, Node* narrow_mem = NULL); // Replace the call with the current state of the kit. Requires // that the call was generated with separate io_projs so that