--- old/src/share/vm/opto/graphKit.hpp 2014-05-19 12:43:15.596904073 +0200 +++ new/src/share/vm/opto/graphKit.hpp 2014-05-19 12:43:15.268630402 +0200 @@ -690,7 +690,7 @@ // Replace the call with the current state of the kit. Requires // that the call was generated with separate io_projs so that // exceptional control flow can be handled properly. - void replace_call(CallNode* call, Node* result); + void replace_call(CallNode* call, Node* result, bool do_replaced_nodes = false); // helper functions for statistics void increment_counter(address counter_addr); // increment a debug counter