hotspot/src/share/vm/opto/graphKit.hpp
changeset 24946 24b68ccf3fc4
parent 24945 6df48e563632
child 26166 4b49fd58bbd9
--- a/hotspot/src/share/vm/opto/graphKit.hpp	Tue Jun 10 10:00:59 2014 +0000
+++ b/hotspot/src/share/vm/opto/graphKit.hpp	Tue Jun 10 13:37:16 2014 +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